Html Css Color HEX #DE77FA Heliotrope

📋 copy color: '#DE77FA'

red 222 ◦ green 119 ◦ blue 250

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

Shades of Heliotrope #DE77FA

Tints of Heliotrope #DE77FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 42.3%

R = 37.56%
G = 20.14%
B = 42.3%

CMYK

 C value IS 0.11

 M value IS 0.52

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#DE77FA (or 0xDE77FA) is known color: Heliotrope. HEX triplet: DE, 77 and FA. RGB value is (222,119,250). Sum of RGB (Red+Green+Blue) = 222+119+250=591 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.56% from 591); Green value is 119 (46.88% from 255 or 20.14% from 591); Blue value is 250 (98.05% from 255 or 42.30% from 591); Max value from RGB is 250 - color contains mainly: blue. Hex color #DE77FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77FA is #218805. Grayscale: #A4A4A4. Windows color (decimal): -2197510 or 16414686. OLE color: 16414686.

HSL color Cylindrical-coordinate representation of color #DE77FA: hue angle of 287.18º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE77FA is Cyan = 0.11, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 119 250 -
CMYK 0.11 0.52 0 0.02
HSL 287.18º 0.93% 0.72% -
HSV(B) 287.18º 0.52% 0.98% -
XYZ 53.98 35.63 94.47 -
YUV 164.73 176.12 168.85 -
System Red Green Blue C M Y K H S L
Decimal 222 119 250 0.11 0.52 0 0.02 287.18 0.93 0.72
Hex DE 77 FA B 34 0 2 11F 5D 48
Octal 336 167 372 13 64 0 2 437 135 110
Binary 11011110 1110111 11111010 1011 110100 0 10 100011111 1011101 1001000

Color Harmonies of #DE77FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77FA

Black with #DE77FA

Text Example


Text Example

White with #DE77FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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