Html Css Color HEX #D880ED Heliotrope

📋 copy color: '#D880ED'

red 216 ◦ green 128 ◦ blue 237

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

Shades of Heliotrope #D880ED

Tints of Heliotrope #D880ED

RGB

 RED value IS 216 (84.77% from 255) = 37.18%

 GREEN value IS 128 (50.39% from 255) = 22.03%

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

R = 37.18%
G = 22.03%
B = 40.79%

CMYK

 C value IS 0.09

 M value IS 0.46

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D880ED (or 0xD880ED) is known color: Heliotrope. HEX triplet: D8, 80 and ED. RGB value is (216,128,237). Sum of RGB (Red+Green+Blue) = 216+128+237=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 128 (50.39% from 255 or 22.03% from 581); Blue value is 237 (92.97% from 255 or 40.79% from 581); Max value from RGB is 237 - color contains mainly: blue. Hex color #D880ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880ED is #277F12. Grayscale: #A6A6A6. Windows color (decimal): -2588435 or 15565016. OLE color: 15565016.

HSL color Cylindrical-coordinate representation of color #D880ED: hue angle of 288.44º 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 #D880ED is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 216 128 237 -
CMYK 0.09 0.46 0 0.07
HSL 288.44º 0.75% 0.72% -
HSV(B) 288.44º 0.46% 0.93% -
XYZ 51.32 36.15 84.39 -
YUV 166.74 167.65 163.14 -
System Red Green Blue C M Y K H S L
Decimal 216 128 237 0.09 0.46 0 0.07 288.44 0.75 0.72
Hex D8 80 ED 9 2E 0 7 120 4B 48
Octal 330 200 355 11 56 0 7 440 113 110
Binary 11011000 10000000 11101101 1001 101110 0 111 100100000 1001011 1001000

Color Harmonies of #D880ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880ED

Black with #D880ED

Text Example


Text Example

White with #D880ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880ED; }

 p { color: rgb(216,128,237); }

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

background-color css

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

 a { background-color: rgb(216,128,237); }

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

border-color css

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

 span { border-color: rgb(216,128,237); }

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