#D48BFD

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

Shades of Heliotrope #D48BFD

Tints of Heliotrope #D48BFD

Color information

#D48BFD (or 0xD48BFD) is unknown color: approx Heliotrope. HEX triplet: D4, 8B and FD. RGB value is (212,139,253). Sum of RGB (Red+Green+Blue) = 212+139+253=604 (80% of max value = 765). Red value is 212 (83.20% from 255 or 35.10% from 604); Green value is 139 (54.69% from 255 or 23.01% from 604); Blue value is 253 (99.22% from 255 or 41.89% from 604); Max value from RGB is 253 - color contains mainly: blue. Hex color #D48BFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D48BFD is #2B7402. Grayscale: #ADADAD. Windows color (decimal): -2847747 or 16616404. OLE color: 16616404.

HSL color Cylindrical-coordinate representation of color #D48BFD: hue angle of 278.42º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48BFD is Cyan = 0.16, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB212139253-
CMYK0.160.4500.01
HSL278.42º96.61%76.86%-
HSV(B)278.42º45.06%99.22%-
XYZ54.1139.5597.71-
YUV173.82172.68155.23-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.10%
GREEN value IS 139 (54.69% from 255) = 23.01%
BLUE value IS 253 (99.22% from 255) = 41.89%
R=35.10%
G=23.01%
B=41.89%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2121392530.160.4500.01278.4296.6176.86
HexD48BFD102D01116614d
Octal324213375205501426141115
Binary110101001000101111111101100001011010110001011011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48BFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48BFD; }

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

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

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

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

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

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

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

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