#D48DFD

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

Shades of Heliotrope #D48DFD

Tints of Heliotrope #D48DFD

Color information

#D48DFD (or 0xD48DFD) is unknown color: approx Heliotrope. HEX triplet: D4, 8D and FD. RGB value is (212,141,253). Sum of RGB (Red+Green+Blue) = 212+141+253=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 141 (55.47% from 255 or 23.27% from 606); Blue value is 253 (99.22% from 255 or 41.75% from 606); Max value from RGB is 253 - color contains mainly: blue. Hex color #D48DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DFD is #2B7202. Grayscale: #AEAEAE. Windows color (decimal): -2847235 or 16616916. OLE color: 16616916.

HSL color Cylindrical-coordinate representation of color #D48DFD: hue angle of 278.04º 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 #D48DFD is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212141253-
CMYK0.160.4400.01
HSL278.04º96.55%77.25%-
HSV(B)278.04º44.27%99.22%-
XYZ54.4140.1497.81-
YUV175172.02154.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 141 (55.47% from 255) = 23.27%
BLUE value IS 253 (99.22% from 255) = 41.75%
R=34.98%
G=23.27%
B=41.75%

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
Decimal2121412530.160.4400.01278.0496.5577.25
HexD48DFD102C01116614d
Octal324215375205401426141115
Binary110101001000110111111101100001011000110001011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DFD; }

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

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

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

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

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

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

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

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