Html Css Color HEX #D77DEF Heliotrope

📋 copy color: '#D77DEF'

red 215 ◦ green 125 ◦ blue 239

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

Shades of Heliotrope #D77DEF

Tints of Heliotrope #D77DEF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 21.59%

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

R = 37.13%
G = 21.59%
B = 41.28%

CMYK

 C value IS 0.10

 M value IS 0.48

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D77DEF (or 0xD77DEF) is known color: Heliotrope. HEX triplet: D7, 7D and EF. RGB value is (215,125,239). Sum of RGB (Red+Green+Blue) = 215+125+239=579 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.13% from 579); Green value is 125 (49.22% from 255 or 21.59% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #D77DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DEF is #288210. Grayscale: #A4A4A4. Windows color (decimal): -2654737 or 15695319. OLE color: 15695319.

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

Color convert

RGB 215 125 239 -
CMYK 0.10 0.48 0 0.06
HSL 287.37º 0.78% 0.71% -
HSV(B) 287.37º 0.48% 0.94% -
XYZ 50.94 35.35 85.8 -
YUV 164.91 169.82 163.73 -
System Red Green Blue C M Y K H S L
Decimal 215 125 239 0.10 0.48 0 0.06 287.37 0.78 0.71
Hex D7 7D EF A 30 0 6 11F 4E 47
Octal 327 175 357 12 60 0 6 437 116 107
Binary 11010111 1111101 11101111 1010 110000 0 110 100011111 1001110 1000111

Color Harmonies of #D77DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DEF

Black with #D77DEF

Text Example


Text Example

White with #D77DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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