#D878F2

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

Shades of Heliotrope #D878F2

Tints of Heliotrope #D878F2

Color information

#D878F2 (or 0xD878F2) is unknown color: approx Heliotrope. HEX triplet: D8, 78 and F2. RGB value is (216,120,242). Sum of RGB (Red+Green+Blue) = 216+120+242=578 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.37% from 578); Green value is 120 (47.27% from 255 or 20.76% from 578); Blue value is 242 (94.92% from 255 or 41.87% from 578); Max value from RGB is 242 - color contains mainly: blue. Hex color #D878F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D878F2 is #27870D. Grayscale: #A2A2A2. Windows color (decimal): -2590478 or 15890648. OLE color: 15890648.

HSL color Cylindrical-coordinate representation of color #D878F2: hue angle of 287.21º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D878F2 is Cyan = 0.11, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB216120242-
CMYK0.110.5000.05
HSL287.21º82.43%70.98%-
HSV(B)287.21º50.41%94.9%-
XYZ51.0634.4487.96-
YUV162.61172.8166.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 37.37%
GREEN value IS 120 (47.27% from 255) = 20.76%
BLUE value IS 242 (94.92% from 255) = 41.87%
R=37.37%
G=20.76%
B=41.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2161202420.110.5000.05287.2182.4370.98
HexD878F2B320511f5247
Octal330170362136205437122107
Binary110110001111000111100101011110010010110001111110100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D878F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D878F2; }

 p { color: rgb(216,120,242); }

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

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

 a { background-color: rgb(216,120,242); }

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

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

 span { border-color: rgb(216,120,242); }

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