Html Css Color HEX #D880EE Heliotrope

📋 copy color: '#D880EE'

red 216 ◦ green 128 ◦ blue 238

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

Shades of Heliotrope #D880EE

Tints of Heliotrope #D880EE

RGB

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

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

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

R = 37.11%
G = 21.99%
B = 40.89%

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

#D880EE (or 0xD880EE) is known color: Heliotrope. HEX triplet: D8, 80 and EE. RGB value is (216,128,238). Sum of RGB (Red+Green+Blue) = 216+128+238=582 (77% of max value = 765). Red value is 216 (84.77% from 255 or 37.11% from 582); Green value is 128 (50.39% from 255 or 21.99% from 582); Blue value is 238 (93.36% from 255 or 40.89% from 582); Max value from RGB is 238 - color contains mainly: blue. Hex color #D880EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880EE is #277F11. Grayscale: #A6A6A6. Windows color (decimal): -2588434 or 15630552. OLE color: 15630552.

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

Color convert

RGB 216 128 238 -
CMYK 0.09 0.46 0 0.07
HSL 288º 0.76% 0.72% -
HSV(B) 288º 0.46% 0.93% -
XYZ 51.47 36.21 85.17 -
YUV 166.85 168.15 163.06 -
System Red Green Blue C M Y K H S L
Decimal 216 128 238 0.09 0.46 0 0.07 288 0.76 0.72
Hex D8 80 EE 9 2E 0 7 120 4C 48
Octal 330 200 356 11 56 0 7 440 114 110
Binary 11011000 10000000 11101110 1001 101110 0 111 100100000 1001100 1001000

Color Harmonies of #D880EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880EE

Black with #D880EE

Text Example


Text Example

White with #D880EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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