#D48DF9

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

Shades of Heliotrope #D48DF9

Tints of Heliotrope #D48DF9

Color information

#D48DF9 (or 0xD48DF9) is unknown color: approx Heliotrope. HEX triplet: D4, 8D and F9. RGB value is (212,141,249). Sum of RGB (Red+Green+Blue) = 212+141+249=602 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.22% from 602); Green value is 141 (55.47% from 255 or 23.42% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #D48DF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DF9 is #2B7206. Grayscale: #AEAEAE. Windows color (decimal): -2847239 or 16354772. OLE color: 16354772.

HSL color Cylindrical-coordinate representation of color #D48DF9: hue angle of 279.44º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D48DF9 is Cyan = 0.15, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB212141249-
CMYK0.150.4300.02
HSL279.44º90%76.47%-
HSV(B)279.44º43.37%97.65%-
XYZ53.7839.8994.49-
YUV174.54170.02154.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.22%
GREEN value IS 141 (55.47% from 255) = 23.42%
BLUE value IS 249 (97.66% from 255) = 41.36%
R=35.22%
G=23.42%
B=41.36%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2121412490.150.4300.02279.449076.47
HexD48DF9F2B021175a4c
Octal324215371175302427132114
Binary110101001000110111111001111110101101010001011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DF9; }

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

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

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

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

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

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

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

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