Html Css Color HEX #D081EA Heliotrope

📋 copy color: '#D081EA'

red 208 ◦ green 129 ◦ blue 234

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

Shades of Heliotrope #D081EA

Tints of Heliotrope #D081EA

RGB

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

 GREEN value IS 129 (50.78% from 255) = 22.59%

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 36.43%
G = 22.59%
B = 40.98%

CMYK

 C value IS 0.11

 M value IS 0.45

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D081EA (or 0xD081EA) is known color: Heliotrope. HEX triplet: D0, 81 and EA. RGB value is (208,129,234). Sum of RGB (Red+Green+Blue) = 208+129+234=571 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.43% from 571); Green value is 129 (50.78% from 255 or 22.59% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #D081EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081EA is #2F7E15. Grayscale: #A4A4A4. Windows color (decimal): -3112470 or 15368656. OLE color: 15368656.

HSL color Cylindrical-coordinate representation of color #D081EA: hue angle of 285.14º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D081EA is Cyan = 0.11, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 208 129 234 -
CMYK 0.11 0.45 0 0.08
HSL 285.14º 0.71% 0.71% -
HSV(B) 285.14º 0.45% 0.92% -
XYZ 48.71 35.05 82.04 -
YUV 164.59 167.17 158.96 -
System Red Green Blue C M Y K H S L
Decimal 208 129 234 0.11 0.45 0 0.08 285.14 0.71 0.71
Hex D0 81 EA B 2D 0 8 11D 47 47
Octal 320 201 352 13 55 0 10 435 107 107
Binary 11010000 10000001 11101010 1011 101101 0 1000 100011101 1000111 1000111

Color Harmonies of #D081EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081EA

Black with #D081EA

Text Example


Text Example

White with #D081EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081EA; }

 p { color: rgb(208,129,234); }

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

background-color css

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

 a { background-color: rgb(208,129,234); }

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

border-color css

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

 span { border-color: rgb(208,129,234); }

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