Html Css Color HEX #D880FF Heliotrope

📋 copy color: '#D880FF'

red 216 ◦ green 128 ◦ blue 255

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

Shades of Heliotrope #D880FF

Tints of Heliotrope #D880FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 42.57%

R = 36.06%
G = 21.37%
B = 42.57%

CMYK

 C value IS 0.15

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D880FF (or 0xD880FF) is known color: Heliotrope. HEX triplet: D8, 80 and FF. RGB value is (216,128,255). Sum of RGB (Red+Green+Blue) = 216+128+255=599 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.06% from 599); Green value is 128 (50.39% from 255 or 21.37% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #D880FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880FF is #277F00. Grayscale: #A8A8A8. Windows color (decimal): -2588417 or 16744664. OLE color: 16744664.

HSL color Cylindrical-coordinate representation of color #D880FF: hue angle of 281.57º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D880FF is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 216 128 255 -
CMYK 0.15 0.50 0 0
HSL 281.57º 1% 0.75% -
HSV(B) 281.57º 0.5% 1% -
XYZ 54.09 37.26 98.95 -
YUV 168.79 176.65 161.67 -
System Red Green Blue C M Y K H S L
Decimal 216 128 255 0.15 0.50 0 0 281.57 1 0.75
Hex D8 80 FF F 32 0 0 11A 64 4B
Octal 330 200 377 17 62 0 0 432 144 113
Binary 11011000 10000000 11111111 1111 110010 0 0 100011010 1100100 1001011

Color Harmonies of #D880FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D880FF

Black with #D880FF

Text Example


Text Example

White with #D880FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D880FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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