#DC98EA

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

Shades of Plum #DC98EA

Tints of Plum #DC98EA

Color information

#DC98EA (or 0xDC98EA) is unknown color: approx Plum. HEX triplet: DC, 98 and EA. RGB value is (220,152,234). Sum of RGB (Red+Green+Blue) = 220+152+234=606 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.30% from 606); Green value is 152 (59.77% from 255 or 25.08% from 606); Blue value is 234 (91.80% from 255 or 38.61% from 606); Max value from RGB is 234 - color contains mainly: blue. Hex color #DC98EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98EA is #236715. Grayscale: #B5B5B5. Windows color (decimal): -2320150 or 15374556. OLE color: 15374556.

HSL color Cylindrical-coordinate representation of color #DC98EA: hue angle of 289.76º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DC98EA is Cyan = 0.06, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB220152234-
CMYK0.060.3500.08
HSL289.76º66.13%75.69%-
HSV(B)289.76º35.04%91.76%-
XYZ55.5943.6183.33-
YUV181.68157.53155.33-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.30%
GREEN value IS 152 (59.77% from 255) = 25.08%
BLUE value IS 234 (91.80% from 255) = 38.61%
R=36.30%
G=25.08%
B=38.61%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2201522340.060.3500.08289.7666.1375.69
HexDC98EA62308122424c
Octal334230352643010442102114
Binary1101110010011000111010101101000110100010010001010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98EA; }

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

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

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

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

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

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

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

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