Html Css Color HEX #D077EE Heliotrope

📋 copy color: '#D077EE'

red 208 ◦ green 119 ◦ blue 238

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

Shades of Heliotrope #D077EE

Tints of Heliotrope #D077EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 42.12%

R = 36.81%
G = 21.06%
B = 42.12%

CMYK

 C value IS 0.13

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D077EE (or 0xD077EE) is known color: Heliotrope. HEX triplet: D0, 77 and EE. RGB value is (208,119,238). Sum of RGB (Red+Green+Blue) = 208+119+238=565 (74% of max value = 765). Red value is 208 (81.64% from 255 or 36.81% from 565); Green value is 119 (46.88% from 255 or 21.06% from 565); Blue value is 238 (93.36% from 255 or 42.12% from 565); Max value from RGB is 238 - color contains mainly: blue. Hex color #D077EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D077EE is #2F8811. Grayscale: #9E9E9E. Windows color (decimal): -3115026 or 15628240. OLE color: 15628240.

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

Color convert

RGB 208 119 238 -
CMYK 0.13 0.50 0 0.07
HSL 284.87º 0.78% 0.7% -
HSV(B) 284.87º 0.5% 0.93% -
XYZ 48.04 32.78 84.68 -
YUV 159.18 172.49 162.82 -
System Red Green Blue C M Y K H S L
Decimal 208 119 238 0.13 0.50 0 0.07 284.87 0.78 0.7
Hex D0 77 EE D 32 0 7 11D 4E 46
Octal 320 167 356 15 62 0 7 435 116 106
Binary 11010000 1110111 11101110 1101 110010 0 111 100011101 1001110 1000110

Color Harmonies of #D077EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D077EE

Black with #D077EE

Text Example


Text Example

White with #D077EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D077EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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