Html Css Color HEX #D081ED Heliotrope

📋 copy color: '#D081ED'

red 208 ◦ green 129 ◦ blue 237

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

Shades of Heliotrope #D081ED

Tints of Heliotrope #D081ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 36.24%
G = 22.47%
B = 41.29%

CMYK

 C value IS 0.12

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D081ED (or 0xD081ED) is known color: Heliotrope. HEX triplet: D0, 81 and ED. RGB value is (208,129,237). Sum of RGB (Red+Green+Blue) = 208+129+237=574 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.24% from 574); Green value is 129 (50.78% from 255 or 22.47% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #D081ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D081ED is #2F7E12. Grayscale: #A4A4A4. Windows color (decimal): -3112467 or 15565264. OLE color: 15565264.

HSL color Cylindrical-coordinate representation of color #D081ED: hue angle of 283.89º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D081ED is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 208 129 237 -
CMYK 0.12 0.46 0 0.07
HSL 283.89º 0.75% 0.72% -
HSV(B) 283.89º 0.46% 0.93% -
XYZ 49.15 35.22 84.33 -
YUV 164.93 168.67 158.72 -
System Red Green Blue C M Y K H S L
Decimal 208 129 237 0.12 0.46 0 0.07 283.89 0.75 0.72
Hex D0 81 ED C 2E 0 7 11C 4B 48
Octal 320 201 355 14 56 0 7 434 113 110
Binary 11010000 10000001 11101101 1100 101110 0 111 100011100 1001011 1001000

Color Harmonies of #D081ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D081ED

Black with #D081ED

Text Example


Text Example

White with #D081ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D081ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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