#D48EFE

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

Shades of Heliotrope #D48EFE

Tints of Heliotrope #D48EFE

Color information

#D48EFE (or 0xD48EFE) is unknown color: approx Heliotrope. HEX triplet: D4, 8E and FE. RGB value is (212,142,254). Sum of RGB (Red+Green+Blue) = 212+142+254=608 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.87% from 608); Green value is 142 (55.86% from 255 or 23.36% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #D48EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EFE is #2B7101. Grayscale: #AFAFAF. Windows color (decimal): -2846978 or 16682708. OLE color: 16682708.

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

Color convert

RGB212142254-
CMYK0.170.4400.00
HSL277.5º98.25%77.65%-
HSV(B)277.5º44.09%99.61%-
XYZ54.7140.598.7-
YUV175.7172.19153.89-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.87%
GREEN value IS 142 (55.86% from 255) = 23.36%
BLUE value IS 254 (99.61% from 255) = 41.78%
R=34.87%
G=23.36%
B=41.78%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2121422540.170.4400.00277.598.2577.65
HexD48EFE112C00116624e
Octal324216376215400426142116
Binary110101001000111011111110100011011000010001011011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EFE; }

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

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

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

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

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

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

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

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