#D48FF6

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

Shades of Heliotrope #D48FF6

Tints of Heliotrope #D48FF6

Color information

#D48FF6 (or 0xD48FF6) is unknown color: approx Heliotrope. HEX triplet: D4, 8F and F6. RGB value is (212,143,246). Sum of RGB (Red+Green+Blue) = 212+143+246=601 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.27% from 601); Green value is 143 (56.25% from 255 or 23.79% from 601); Blue value is 246 (96.48% from 255 or 40.93% from 601); Max value from RGB is 246 - color contains mainly: blue. Hex color #D48FF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FF6 is #2B7009. Grayscale: #AFAFAF. Windows color (decimal): -2846730 or 16158676. OLE color: 16158676.

HSL color Cylindrical-coordinate representation of color #D48FF6: hue angle of 280.19º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D48FF6 is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB212143246-
CMYK0.140.4200.04
HSL280.19º85.12%76.27%-
HSV(B)280.19º41.87%96.47%-
XYZ53.6140.392.14-
YUV175.37167.86154.12-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.27%
GREEN value IS 143 (56.25% from 255) = 23.79%
BLUE value IS 246 (96.48% from 255) = 40.93%
R=35.27%
G=23.79%
B=40.93%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2121432460.140.4200.04280.1985.1276.27
HexD48FF6E2A04118554c
Octal324217366165204430125114
Binary1101010010001111111101101110101010010010001100010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FF6; }

 p { color: rgb(212,143,246); }

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

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

 a { background-color: rgb(212,143,246); }

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

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

 span { border-color: rgb(212,143,246); }

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