Html Css Color HEX #DC99CD Plum

📋 copy color: '#DC99CD'

red 220 ◦ green 153 ◦ blue 205

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

Shades of Plum #DC99CD

Tints of Plum #DC99CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 35.47%

R = 38.06%
G = 26.47%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DC99CD (or 0xDC99CD) is known color: Plum. HEX triplet: DC, 99 and CD. RGB value is (220,153,205). Sum of RGB (Red+Green+Blue) = 220+153+205=578 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.06% from 578); Green value is 153 (60.16% from 255 or 26.47% from 578); Blue value is 205 (80.47% from 255 or 35.47% from 578); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99CD is #236632. Grayscale: #B2B2B2. Windows color (decimal): -2319923 or 13474268. OLE color: 13474268.

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

Color convert

RGB 220 153 205 -
CMYK 0 0.30 0.07 0.14
HSL 313.43º 0.49% 0.73% -
HSV(B) 313.43º 0.3% 0.86% -
XYZ 51.93 42.41 63.21 -
YUV 178.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 220 153 205 0 0.30 0.07 0.14 313.43 0.49 0.73
Hex DC 99 CD 0 1E 7 E 139 31 49
Octal 334 231 315 0 36 7 16 471 61 111
Binary 11011100 10011001 11001101 0 11110 111 1110 100111001 110001 1001001

Color Harmonies of #DC99CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99CD

Black with #DC99CD

Text Example


Text Example

White with #DC99CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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