#D48DFF

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

Shades of Heliotrope #D48DFF

Tints of Heliotrope #D48DFF

Color information

#D48DFF (or 0xD48DFF) is unknown color: approx Heliotrope. HEX triplet: D4, 8D and FF. RGB value is (212,141,255). Sum of RGB (Red+Green+Blue) = 212+141+255=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 141 (55.47% from 255 or 23.19% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #D48DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DFF is #2B7200. Grayscale: #AEAEAE. Windows color (decimal): -2847233 or 16747988. OLE color: 16747988.

HSL color Cylindrical-coordinate representation of color #D48DFF: hue angle of 277.37º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48DFF is Cyan = 0.17, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212141255-
CMYK0.170.4500
HSL277.37º100%77.65%-
HSV(B)277.37º44.71%100%-
XYZ54.7340.2799.5-
YUV175.22173.02154.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 141 (55.47% from 255) = 23.19%
BLUE value IS 255 (100% from 255) = 41.94%
R=34.87%
G=23.19%
B=41.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121412550.170.4500277.3710077.65
HexD48DFF112D00115644e
Octal324215377215500425144116
Binary110101001000110111111111100011011010010001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DFF; }

 p { color: rgb(212,141,255); }

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

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

 a { background-color: rgb(212,141,255); }

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

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

 span { border-color: rgb(212,141,255); }

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