#DC98CF

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

Shades of Plum #DC98CF

Tints of Plum #DC98CF

Color information

#DC98CF (or 0xDC98CF) is unknown color: approx Plum. HEX triplet: DC, 98 and CF. RGB value is (220,152,207). Sum of RGB (Red+Green+Blue) = 220+152+207=579 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.00% from 579); Green value is 152 (59.77% from 255 or 26.25% from 579); Blue value is 207 (81.25% from 255 or 35.75% from 579); Max value from RGB is 220 - color contains mainly: red. Hex color #DC98CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98CF is #236730. Grayscale: #B2B2B2. Windows color (decimal): -2320177 or 13605084. OLE color: 13605084.

HSL color Cylindrical-coordinate representation of color #DC98CF: hue angle of 311.47º 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 #DC98CF is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB220152207-
CMYK00.310.060.14
HSL311.47º49.28%72.94%-
HSV(B)311.47º30.91%86.27%-
XYZ52.0142.1864.43-
YUV178.6144.03157.53-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 38.00%
GREEN value IS 152 (59.77% from 255) = 26.25%
BLUE value IS 207 (81.25% from 255) = 35.75%
R=38.00%
G=26.25%
B=35.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22015220700.310.060.14311.4749.2872.94
HexDC98CF01F6E1373149
Octal33423031703761646761111
Binary11011100100110001100111101111111011101001101111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98CF; }

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

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

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

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

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

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

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

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