#D377F8

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

Shades of Heliotrope #D377F8

Tints of Heliotrope #D377F8

Color information

#D377F8 (or 0xD377F8) is unknown color: approx Heliotrope. HEX triplet: D3, 77 and F8. RGB value is (211,119,248). Sum of RGB (Red+Green+Blue) = 211+119+248=578 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.51% from 578); Green value is 119 (46.88% from 255 or 20.59% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #D377F8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D377F8 is #2C8807. Grayscale: #A0A0A0. Windows color (decimal): -2918408 or 16283603. OLE color: 16283603.

HSL color Cylindrical-coordinate representation of color #D377F8: hue angle of 282.79º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D377F8 is Cyan = 0.15, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB211119248-
CMYK0.150.5200.03
HSL282.79º90.21%71.96%-
HSV(B)282.79º52.02%97.25%-
XYZ50.433.8292.68-
YUV161.21176.98163.51-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 36.51%
GREEN value IS 119 (46.88% from 255) = 20.59%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=36.51%
G=20.59%
B=42.91%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2111192480.150.5200.03282.7990.2171.96
HexD377F8F340311b5a48
Octal323167370176403433132110
Binary11010011111011111111000111111010001110001101110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D377F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D377F8; }

 p { color: rgb(211,119,248); }

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

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

 a { background-color: rgb(211,119,248); }

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

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

 span { border-color: rgb(211,119,248); }

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