#DC98DE

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

Shades of Plum #DC98DE

Tints of Plum #DC98DE

Color information

#DC98DE (or 0xDC98DE) is unknown color: approx Plum. HEX triplet: DC, 98 and DE. RGB value is (220,152,222). Sum of RGB (Red+Green+Blue) = 220+152+222=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 152 (59.77% from 255 or 25.59% from 594); Blue value is 222 (87.11% from 255 or 37.37% from 594); Max value from RGB is 222 - color contains mainly: blue. Hex color #DC98DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC98DE is #236721. Grayscale: #B4B4B4. Windows color (decimal): -2320162 or 14588124. OLE color: 14588124.

HSL color Cylindrical-coordinate representation of color #DC98DE: hue angle of 298.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DC98DE is Cyan = 0.01, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB220152222-
CMYK0.010.3200.13
HSL298.29º51.47%73.33%-
HSV(B)298.29º31.53%87.06%-
XYZ53.9342.9574.55-
YUV180.31151.53156.31-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 37.04%
GREEN value IS 152 (59.77% from 255) = 25.59%
BLUE value IS 222 (87.11% from 255) = 37.37%
R=37.04%
G=25.59%
B=37.37%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2201522220.010.3200.13298.2951.4773.33
HexDC98DE1200D12a3349
Octal33423033614001545263111
Binary1101110010011000110111101100000011011001010101100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98DE; }

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

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

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

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

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

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

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

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