Html Css Color HEX #D77EEF Heliotrope

📋 copy color: '#D77EEF'

red 215 ◦ green 126 ◦ blue 239

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

Shades of Heliotrope #D77EEF

Tints of Heliotrope #D77EEF

RGB

 RED value IS 215 (84.38% from 255) = 37.07%

 GREEN value IS 126 (49.61% from 255) = 21.72%

 BLUE value IS 239 (93.75% from 255) = 41.21%

R = 37.07%
G = 21.72%
B = 41.21%

CMYK

 C value IS 0.10

 M value IS 0.47

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D77EEF (or 0xD77EEF) is known color: Heliotrope. HEX triplet: D7, 7E and EF. RGB value is (215,126,239). Sum of RGB (Red+Green+Blue) = 215+126+239=580 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.07% from 580); Green value is 126 (49.61% from 255 or 21.72% from 580); Blue value is 239 (93.75% from 255 or 41.21% from 580); Max value from RGB is 239 - color contains mainly: blue. Hex color #D77EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77EEF is #288110. Grayscale: #A5A5A5. Windows color (decimal): -2654481 or 15695575. OLE color: 15695575.

HSL color Cylindrical-coordinate representation of color #D77EEF: hue angle of 287.26º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77EEF is Cyan = 0.10, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 215 126 239 -
CMYK 0.10 0.47 0 0.06
HSL 287.26º 0.78% 0.72% -
HSV(B) 287.26º 0.47% 0.94% -
XYZ 51.07 35.6 85.84 -
YUV 165.49 169.49 163.31 -
System Red Green Blue C M Y K H S L
Decimal 215 126 239 0.10 0.47 0 0.06 287.26 0.78 0.72
Hex D7 7E EF A 2F 0 6 11F 4E 48
Octal 327 176 357 12 57 0 6 437 116 110
Binary 11010111 1111110 11101111 1010 101111 0 110 100011111 1001110 1001000

Color Harmonies of #D77EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77EEF

Black with #D77EEF

Text Example


Text Example

White with #D77EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77EEF; }

 p { color: rgb(215,126,239); }

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

background-color css

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

 a { background-color: rgb(215,126,239); }

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

border-color css

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

 span { border-color: rgb(215,126,239); }

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