Html Css Color HEX #DD4CFE Heliotrope

📋 copy color: '#DD4CFE'

red 221 ◦ green 76 ◦ blue 254

#DD4CFE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #DD4CFE

Tints of Heliotrope #DD4CFE

RGB

 RED value IS 221 (86.72% from 255) = 40.11%

 GREEN value IS 76 (30.08% from 255) = 13.79%

 BLUE value IS 254 (99.61% from 255) = 46.1%

R = 40.11%
G = 13.79%
B = 46.1%

CMYK

 C value IS 0.13

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#DD4CFE (or 0xDD4CFE) is known color: Heliotrope. HEX triplet: DD, 4C and FE. RGB value is (221,76,254). Sum of RGB (Red+Green+Blue) = 221+76+254=551 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.11% from 551); Green value is 76 (30.08% from 255 or 13.79% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #DD4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #DD4CFE is #22B301. Grayscale: #8B8B8B. Windows color (decimal): -2274050 or 16665821. OLE color: 16665821.

HSL color Cylindrical-coordinate representation of color #DD4CFE: hue angle of 288.88º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD4CFE is Cyan = 0.13, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 76 254 -
CMYK 0.13 0.70 0 0.00
HSL 288.88º 0.99% 0.65% -
HSV(B) 288.88º 0.7% 1% -
XYZ 50.29 27.7 96.46 -
YUV 139.65 192.54 186.03 -
System Red Green Blue C M Y K H S L
Decimal 221 76 254 0.13 0.70 0 0.00 288.88 0.99 0.65
Hex DD 4C FE D 46 0 0 121 63 41
Octal 335 114 376 15 106 0 0 441 143 101
Binary 11011101 1001100 11111110 1101 1000110 0 0 100100001 1100011 1000001

Color Harmonies of #DD4CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4CFE

Black with #DD4CFE

Text Example


Text Example

White with #DD4CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4CFE; }

 p { color: rgb(221,76,254); }

 H1.HeaderClassName
 {
   color: #DD4CFE;
 }
 .AnyTagClassName
 {
   color: #DD4CFE;
 }
</style>

background-color css

<style>
 a { background-color: #DD4CFE; }

 a { background-color: rgb(221,76,254); }

 div.DivClassName
 {
   background-color: #DD4CFE;
 }
 .BgClassName
 {
   background-color: #DD4CFE;
 }
</style>

border-color css

<style>
 span { border-color: #DD4CFE; }

 span { border-color: rgb(221,76,254); }

 td.TdClassName
 {
   border-color: #DD4CFE;
 }
 .TagClassName
 {
   border-color: #DD4CFE;
 }
</style>