#D880F9

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

Shades of Heliotrope #D880F9

Tints of Heliotrope #D880F9

Color information

#D880F9 (or 0xD880F9) is unknown color: approx Heliotrope. HEX triplet: D8, 80 and F9. RGB value is (216,128,249). Sum of RGB (Red+Green+Blue) = 216+128+249=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 128 (50.39% from 255 or 21.59% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #D880F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D880F9 is #277F06. Grayscale: #A7A7A7. Windows color (decimal): -2588423 or 16351448. OLE color: 16351448.

HSL color Cylindrical-coordinate representation of color #D880F9: hue angle of 283.64º degrees, saturation: 0.91, 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 #D880F9 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB216128249-
CMYK0.130.4900.02
HSL283.64º90.98%73.92%-
HSV(B)283.64º48.59%97.65%-
XYZ53.1436.8893.94-
YUV168.11173.65162.16-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 36.42%
GREEN value IS 128 (50.39% from 255) = 21.59%
BLUE value IS 249 (97.66% from 255) = 41.99%
R=36.42%
G=21.59%
B=41.99%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2161282490.130.4900.02283.6490.9873.92
HexD880F9D310211c5b4a
Octal330200371156102434133112
Binary110110001000000011111001110111000101010001110010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D880F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D880F9; }

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

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

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

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

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

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

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

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