#D48ADF

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

Shades of Plum #D48ADF

Tints of Plum #D48ADF

Color information

#D48ADF (or 0xD48ADF) is unknown color: approx Plum. HEX triplet: D4, 8A and DF. RGB value is (212,138,223). Sum of RGB (Red+Green+Blue) = 212+138+223=573 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.00% from 573); Green value is 138 (54.30% from 255 or 24.08% from 573); Blue value is 223 (87.5% from 255 or 38.92% from 573); Max value from RGB is 223 - color contains mainly: blue. Hex color #D48ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48ADF is #2B7520. Grayscale: #A9A9A9. Windows color (decimal): -2848033 or 14650068. OLE color: 14650068.

HSL color Cylindrical-coordinate representation of color #D48ADF: hue angle of 292.24º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D48ADF is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB212138223-
CMYK0.050.3800.13
HSL292.24º57.05%70.78%-
HSV(B)292.24º38.12%87.45%-
XYZ49.5637.574.44-
YUV169.82158.02158.09-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.00%
GREEN value IS 138 (54.30% from 255) = 24.08%
BLUE value IS 223 (87.5% from 255) = 38.92%
R=37.00%
G=24.08%
B=38.92%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2121382230.050.3800.13292.2457.0570.78
HexD48ADF5260D1243947
Octal32421233754601544471107
Binary110101001000101011011111101100110011011001001001110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48ADF; }

 p { color: rgb(212,138,223); }

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

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

 a { background-color: rgb(212,138,223); }

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

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

 span { border-color: rgb(212,138,223); }

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