#D880FB

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

Shades of Heliotrope #D880FB

Tints of Heliotrope #D880FB

Color information

#D880FB (or 0xD880FB) is unknown color: approx Heliotrope. HEX triplet: D8, 80 and FB. RGB value is (216,128,251). Sum of RGB (Red+Green+Blue) = 216+128+251=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 128 (50.39% from 255 or 21.51% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #D880FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880FB is #277F04. Grayscale: #A7A7A7. Windows color (decimal): -2588421 or 16482520. OLE color: 16482520.

HSL color Cylindrical-coordinate representation of color #D880FB: hue angle of 282.93º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D880FB is Cyan = 0.14, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216128251-
CMYK0.140.4900.02
HSL282.93º93.89%74.31%-
HSV(B)282.93º49%98.43%-
XYZ53.453795.59-
YUV168.33174.65162-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.30%
GREEN value IS 128 (50.39% from 255) = 21.51%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=36.30%
G=21.51%
B=42.18%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161282510.140.4900.02282.9393.8974.31
HexD880FBE310211b5e4a
Octal330200373166102433136112
Binary110110001000000011111011111011000101010001101110111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880FB; }

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

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

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

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

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

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

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

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