Html Css Color HEX #DC99DC Plum

📋 copy color: '#DC99DC'

red 220 ◦ green 153 ◦ blue 220

#DC99DC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Plum #DC99DC

Tints of Plum #DC99DC

RGB

 RED value IS 220 (86.33% from 255) = 37.1%

 GREEN value IS 153 (60.16% from 255) = 25.8%

 BLUE value IS 220 (86.33% from 255) = 37.1%

R = 37.1%
G = 25.8%
B = 37.1%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#DC99DC (or 0xDC99DC) is known color: Plum. HEX triplet: DC, 99 and DC. RGB value is (220,153,220). Sum of RGB (Red+Green+Blue) = 220+153+220=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 153 (60.16% from 255 or 25.80% from 593); Blue value is 220 (86.33% from 255 or 37.10% from 593); Max value from RGB is 220 - color contains mainly: red, blue. Hex color #DC99DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99DC is #236623. Grayscale: #B4B4B4. Windows color (decimal): -2319908 or 14457308. OLE color: 14457308.

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

Color convert

RGB 220 153 220 -
CMYK 0 0.30 0 0.14
HSL 300º 0.49% 0.73% -
HSV(B) 300º 0.3% 0.86% -
XYZ 53.82 43.17 73.21 -
YUV 180.67 150.2 156.05 -
System Red Green Blue C M Y K H S L
Decimal 220 153 220 0 0.30 0 0.14 300 0.49 0.73
Hex DC 99 DC 0 1E 0 E 12C 31 49
Octal 334 231 334 0 36 0 16 454 61 111
Binary 11011100 10011001 11011100 0 11110 0 1110 100101100 110001 1001001

Color Harmonies of #DC99DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99DC

Black with #DC99DC

Text Example


Text Example

White with #DC99DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99DC; }

 p { color: rgb(220,153,220); }

 H1.HeaderClassName
 {
   color: #DC99DC;
 }
 .AnyTagClassName
 {
   color: #DC99DC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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