#D48FDB

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

Shades of Plum #D48FDB

Tints of Plum #D48FDB

Color information

#D48FDB (or 0xD48FDB) is unknown color: approx Plum. HEX triplet: D4, 8F and DB. RGB value is (212,143,219). Sum of RGB (Red+Green+Blue) = 212+143+219=574 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.93% from 574); Green value is 143 (56.25% from 255 or 24.91% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #D48FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FDB is #2B7024. Grayscale: #ACACAC. Windows color (decimal): -2846757 or 14389204. OLE color: 14389204.

HSL color Cylindrical-coordinate representation of color #D48FDB: hue angle of 294.47º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D48FDB is Cyan = 0.03, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB212143219-
CMYK0.030.3500.14
HSL294.47º51.35%70.98%-
HSV(B)294.47º34.7%85.88%-
XYZ49.7638.7671.88-
YUV172.3154.36156.32-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.93%
GREEN value IS 143 (56.25% from 255) = 24.91%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=36.93%
G=24.91%
B=38.15%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2121432190.030.3500.14294.4751.3570.98
HexD48FDB3230E1263347
Octal32421733334301644663107
Binary11010100100011111101101111100011011101001001101100111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FDB; }

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

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

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

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

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

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

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

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