#D48EFF

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

Shades of Heliotrope #D48EFF

Tints of Heliotrope #D48EFF

Color information

#D48EFF (or 0xD48EFF) is unknown color: approx Heliotrope. HEX triplet: D4, 8E and FF. RGB value is (212,142,255). Sum of RGB (Red+Green+Blue) = 212+142+255=609 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.81% from 609); Green value is 142 (55.86% from 255 or 23.32% from 609); Blue value is 255 (100% from 255 or 41.87% from 609); Max value from RGB is 255 - color contains mainly: blue. Hex color #D48EFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EFF is #2B7100. Grayscale: #AFAFAF. Windows color (decimal): -2846977 or 16748244. OLE color: 16748244.

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

Color convert

RGB212142255-
CMYK0.170.4400
HSL277.17º100%77.84%-
HSV(B)277.17º44.31%100%-
XYZ54.8740.5699.54-
YUV175.81172.69153.81-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.81%
GREEN value IS 142 (55.86% from 255) = 23.32%
BLUE value IS 255 (100% from 255) = 41.87%
R=34.81%
G=23.32%
B=41.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121422550.170.4400277.1710077.84
HexD48EFF112C00115644e
Octal324216377215400425144116
Binary110101001000111011111111100011011000010001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EFF; }

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

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

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

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

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

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

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

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