#DC98EE

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

Shades of Plum #DC98EE

Tints of Plum #DC98EE

Color information

#DC98EE (or 0xDC98EE) is unknown color: approx Plum. HEX triplet: DC, 98 and EE. RGB value is (220,152,238). Sum of RGB (Red+Green+Blue) = 220+152+238=610 (80% of max value = 765). Red value is 220 (86.33% from 255 or 36.07% from 610); Green value is 152 (59.77% from 255 or 24.92% from 610); Blue value is 238 (93.36% from 255 or 39.02% from 610); Max value from RGB is 238 - color contains mainly: blue. Hex color #DC98EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DC98EE is #236711. Grayscale: #B5B5B5. Windows color (decimal): -2320146 or 15636700. OLE color: 15636700.

HSL color Cylindrical-coordinate representation of color #DC98EE: hue angle of 287.44º degrees, saturation: 0.72, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC98EE is Cyan = 0.08, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB220152238-
CMYK0.080.3600.07
HSL287.44º71.67%76.47%-
HSV(B)287.44º36.13%93.33%-
XYZ56.1843.8586.39-
YUV182.14159.53155.01-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 36.07%
GREEN value IS 152 (59.77% from 255) = 24.92%
BLUE value IS 238 (93.36% from 255) = 39.02%
R=36.07%
G=24.92%
B=39.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2201522380.080.3600.07287.4471.6776.47
HexDC98EE8240711f484c
Octal334230356104407437110114
Binary1101110010011000111011101000100100011110001111110010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC98EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC98EE; }

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

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

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

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

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

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

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

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