Html Css Color HEX #DE77FF Heliotrope

📋 copy color: '#DE77FF'

red 222 ◦ green 119 ◦ blue 255

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

Shades of Heliotrope #DE77FF

Tints of Heliotrope #DE77FF

RGB

 RED value IS 222 (87.11% from 255) = 37.25%

 GREEN value IS 119 (46.88% from 255) = 19.97%

 BLUE value IS 255 (100% from 255) = 42.79%

R = 37.25%
G = 19.97%
B = 42.79%

CMYK

 C value IS 0.13

 M value IS 0.53

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#DE77FF (or 0xDE77FF) is known color: Heliotrope. HEX triplet: DE, 77 and FF. RGB value is (222,119,255). Sum of RGB (Red+Green+Blue) = 222+119+255=596 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.25% from 596); Green value is 119 (46.88% from 255 or 19.97% from 596); Blue value is 255 (100% from 255 or 42.79% from 596); Max value from RGB is 255 - color contains mainly: blue. Hex color #DE77FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77FF is #218800. Grayscale: #A4A4A4. Windows color (decimal): -2197505 or 16742366. OLE color: 16742366.

HSL color Cylindrical-coordinate representation of color #DE77FF: hue angle of 285.44º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DE77FF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 222 119 255 -
CMYK 0.13 0.53 0 0
HSL 285.44º 1% 0.73% -
HSV(B) 285.44º 0.53% 1% -
XYZ 54.77 35.94 98.66 -
YUV 165.3 178.62 168.44 -
System Red Green Blue C M Y K H S L
Decimal 222 119 255 0.13 0.53 0 0 285.44 1 0.73
Hex DE 77 FF D 35 0 0 11D 64 49
Octal 336 167 377 15 65 0 0 435 144 111
Binary 11011110 1110111 11111111 1101 110101 0 0 100011101 1100100 1001001

Color Harmonies of #DE77FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77FF

Black with #DE77FF

Text Example


Text Example

White with #DE77FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77FF; }

 p { color: rgb(222,119,255); }

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

background-color css

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

 a { background-color: rgb(222,119,255); }

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

border-color css

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

 span { border-color: rgb(222,119,255); }

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