#D48EFD

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

Shades of Heliotrope #D48EFD

Tints of Heliotrope #D48EFD

Color information

#D48EFD (or 0xD48EFD) is unknown color: approx Heliotrope. HEX triplet: D4, 8E and FD. RGB value is (212,142,253). Sum of RGB (Red+Green+Blue) = 212+142+253=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 142 (55.86% from 255 or 23.39% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D48EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48EFD is #2B7102. Grayscale: #AFAFAF. Windows color (decimal): -2846979 or 16617172. OLE color: 16617172.

HSL color Cylindrical-coordinate representation of color #D48EFD: hue angle of 277.84º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48EFD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212142253-
CMYK0.160.4400.01
HSL277.84º96.52%77.45%-
HSV(B)277.84º43.87%99.22%-
XYZ54.5540.4397.86-
YUV175.58171.69153.97-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.93%
GREEN value IS 142 (55.86% from 255) = 23.39%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=34.93%
G=23.39%
B=41.68%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121422530.160.4400.01277.8496.5277.45
HexD48EFD102C01116614d
Octal324216375205401426141115
Binary110101001000111011111101100001011000110001011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48EFD; }

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

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

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

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

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

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

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

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