Html Css Color HEX #DE77F1 Heliotrope

📋 copy color: '#DE77F1'

red 222 ◦ green 119 ◦ blue 241

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

Shades of Heliotrope #DE77F1

Tints of Heliotrope #DE77F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 41.41%

R = 38.14%
G = 20.45%
B = 41.41%

CMYK

 C value IS 0.08

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#DE77F1 (or 0xDE77F1) is known color: Heliotrope. HEX triplet: DE, 77 and F1. RGB value is (222,119,241). Sum of RGB (Red+Green+Blue) = 222+119+241=582 (77% of max value = 765). Red value is 222 (87.11% from 255 or 38.14% from 582); Green value is 119 (46.88% from 255 or 20.45% from 582); Blue value is 241 (94.53% from 255 or 41.41% from 582); Max value from RGB is 241 - color contains mainly: blue. Hex color #DE77F1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DE77F1 is #21880E. Grayscale: #A3A3A3. Windows color (decimal): -2197519 or 15824862. OLE color: 15824862.

HSL color Cylindrical-coordinate representation of color #DE77F1: hue angle of 290.66º degrees, saturation: 0.81, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DE77F1 is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 119 241 -
CMYK 0.08 0.51 0 0.05
HSL 290.66º 0.81% 0.71% -
HSV(B) 290.66º 0.51% 0.95% -
XYZ 52.6 35.07 87.22 -
YUV 163.71 171.62 169.58 -
System Red Green Blue C M Y K H S L
Decimal 222 119 241 0.08 0.51 0 0.05 290.66 0.81 0.71
Hex DE 77 F1 8 33 0 5 123 51 47
Octal 336 167 361 10 63 0 5 443 121 107
Binary 11011110 1110111 11110001 1000 110011 0 101 100100011 1010001 1000111

Color Harmonies of #DE77F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE77F1

Black with #DE77F1

Text Example


Text Example

White with #DE77F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE77F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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