#D48FFF

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

Shades of Heliotrope #D48FFF

Tints of Heliotrope #D48FFF

Color information

#D48FFF (or 0xD48FFF) is unknown color: approx Heliotrope. HEX triplet: D4, 8F and FF. RGB value is (212,143,255). Sum of RGB (Red+Green+Blue) = 212+143+255=610 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.75% from 610); Green value is 143 (56.25% from 255 or 23.44% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #D48FFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48FFF is #2B7000. Grayscale: #B0B0B0. Windows color (decimal): -2846721 or 16748500. OLE color: 16748500.

HSL color Cylindrical-coordinate representation of color #D48FFF: hue angle of 276.96º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D48FFF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB212143255-
CMYK0.170.4400
HSL276.96º100%78.04%-
HSV(B)276.96º43.92%100%-
XYZ55.0240.8699.59-
YUV176.4172.36153.39-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.75%
GREEN value IS 143 (56.25% from 255) = 23.44%
BLUE value IS 255 (100% from 255) = 41.80%
R=34.75%
G=23.44%
B=41.80%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2121432550.170.4400276.9610078.04
HexD48FFF112C00115644e
Octal324217377215400425144116
Binary110101001000111111111111100011011000010001010111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FFF; }

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

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

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

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

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

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

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

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