#D48DFC

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

Shades of Heliotrope #D48DFC

Tints of Heliotrope #D48DFC

Color information

#D48DFC (or 0xD48DFC) is unknown color: approx Heliotrope. HEX triplet: D4, 8D and FC. RGB value is (212,141,252). Sum of RGB (Red+Green+Blue) = 212+141+252=605 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.04% from 605); Green value is 141 (55.47% from 255 or 23.31% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #D48DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48DFC is #2B7203. Grayscale: #AEAEAE. Windows color (decimal): -2847236 or 16551380. OLE color: 16551380.

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

Color convert

RGB212141252-
CMYK0.160.4400.01
HSL278.38º94.87%77.06%-
HSV(B)278.38º44.05%98.82%-
XYZ54.2540.0896.97-
YUV174.88171.52154.47-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.04%
GREEN value IS 141 (55.47% from 255) = 23.31%
BLUE value IS 252 (98.83% from 255) = 41.65%
R=35.04%
G=23.31%
B=41.65%

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
Decimal2121412520.160.4400.01278.3894.8777.06
HexD48DFC102C011165f4d
Octal324215374205401426137115
Binary110101001000110111111100100001011000110001011010111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48DFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48DFC; }

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

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

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

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

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

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

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

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