#DC98D1

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

Shades of Plum #DC98D1

Tints of Plum #DC98D1

Color information

#DC98D1 (or 0xDC98D1) is unknown color: approx Plum. HEX triplet: DC, 98 and D1. RGB value is (220,152,209). Sum of RGB (Red+Green+Blue) = 220+152+209=581 (76% of max value = 765). Red value is 220 (86.33% from 255 or 37.87% from 581); Green value is 152 (59.77% from 255 or 26.16% from 581); Blue value is 209 (82.03% from 255 or 35.97% from 581); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98D1 is #23672E. Grayscale: #B2B2B2. Windows color (decimal): -2320175 or 13736156. OLE color: 13736156.

HSL color Cylindrical-coordinate representation of color #DC98D1: hue angle of 309.71º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DC98D1 is Cyan = 0, Magento = 0.31, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB220152209-
CMYK00.310.050.14
HSL309.71º49.28%72.94%-
HSV(B)309.71º30.91%86.27%-
XYZ52.2542.2865.73-
YUV178.83145.03157.37-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.87%
GREEN value IS 152 (59.77% from 255) = 26.16%
BLUE value IS 209 (82.03% from 255) = 35.97%
R=37.87%
G=26.16%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015220900.310.050.14309.7149.2872.94
HexDC98D101F5E1363149
Octal33423032103751646661111
Binary11011100100110001101000101111110111101001101101100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98D1; }

 p { color: rgb(220,152,209); }

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

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

 a { background-color: rgb(220,152,209); }

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

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

 span { border-color: rgb(220,152,209); }

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