#D880FD

Color #D880FD Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #D880FD

Tints of Heliotrope #D880FD

Color information

#D880FD (or 0xD880FD) is unknown color: approx Heliotrope. HEX triplet: D8, 80 and FD. RGB value is (216,128,253). Sum of RGB (Red+Green+Blue) = 216+128+253=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 128 (50.39% from 255 or 21.44% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #D880FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880FD is #277F02. Grayscale: #A8A8A8. Windows color (decimal): -2588419 or 16613592. OLE color: 16613592.

HSL color Cylindrical-coordinate representation of color #D880FD: hue angle of 282.24º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D880FD is Cyan = 0.15, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB216128253-
CMYK0.150.4900.01
HSL282.24º96.9%74.71%-
HSV(B)282.24º49.41%99.22%-
XYZ53.7737.1397.26-
YUV168.56175.65161.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.18%
GREEN value IS 128 (50.39% from 255) = 21.44%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=36.18%
G=21.44%
B=42.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2161282530.150.4900.01282.2496.974.71
HexD880FDF310111a614b
Octal330200375176101432141113
Binary11011000100000001111110111111100010110001101011000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880FD; }

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

 H1.HeaderClassName
 {
   color: #D880FD;
 }
 .AnyTagClassName
 {
   color: #D880FD;
 }
</style>
background-color css

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

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

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

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

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

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