Html Css Color HEX #D077EF Heliotrope

📋 copy color: '#D077EF'

red 208 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #D077EF

Tints of Heliotrope #D077EF

RGB

 RED value IS 208 (81.64% from 255) = 36.75%

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

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

R = 36.75%
G = 21.02%
B = 42.23%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D077EF (or 0xD077EF) is known color: Heliotrope. HEX triplet: D0, 77 and EF. RGB value is (208,119,239). Sum of RGB (Red+Green+Blue) = 208+119+239=566 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.75% from 566); Green value is 119 (46.88% from 255 or 21.02% from 566); Blue value is 239 (93.75% from 255 or 42.23% from 566); Max value from RGB is 239 - color contains mainly: blue. Hex color #D077EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077EF is #2F8810. Grayscale: #9E9E9E. Windows color (decimal): -3115025 or 15693776. OLE color: 15693776.

HSL color Cylindrical-coordinate representation of color #D077EF: hue angle of 284.5º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D077EF is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 208 119 239 -
CMYK 0.13 0.50 0 0.06
HSL 284.5º 0.79% 0.7% -
HSV(B) 284.5º 0.5% 0.94% -
XYZ 48.19 32.84 85.46 -
YUV 159.29 172.99 162.74 -
System Red Green Blue C M Y K H S L
Decimal 208 119 239 0.13 0.50 0 0.06 284.5 0.79 0.7
Hex D0 77 EF D 32 0 6 11C 4F 46
Octal 320 167 357 15 62 0 6 434 117 106
Binary 11010000 1110111 11101111 1101 110010 0 110 100011100 1001111 1000110

Color Harmonies of #D077EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077EF

Black with #D077EF

Text Example


Text Example

White with #D077EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077EF; }

 p { color: rgb(208,119,239); }

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

background-color css

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

 a { background-color: rgb(208,119,239); }

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

border-color css

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

 span { border-color: rgb(208,119,239); }

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