Html Css Color HEX #DC99D3 Plum

📋 copy color: '#DC99D3'

red 220 ◦ green 153 ◦ blue 211

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

Shades of Plum #DC99D3

Tints of Plum #DC99D3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 36.13%

R = 37.67%
G = 26.2%
B = 36.13%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.14

RGB Variations

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

Color information

#DC99D3 (or 0xDC99D3) is known color: Plum. HEX triplet: DC, 99 and D3. RGB value is (220,153,211). Sum of RGB (Red+Green+Blue) = 220+153+211=584 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.67% from 584); Green value is 153 (60.16% from 255 or 26.20% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 220 - color contains mainly: red. Hex color #DC99D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DC99D3 is #23662C. Grayscale: #B3B3B3. Windows color (decimal): -2319917 or 13867484. OLE color: 13867484.

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

Color convert

RGB 220 153 211 -
CMYK 0 0.30 0.04 0.14
HSL 308.06º 0.49% 0.73% -
HSV(B) 308.06º 0.3% 0.86% -
XYZ 52.66 42.7 67.09 -
YUV 179.65 145.7 156.78 -
System Red Green Blue C M Y K H S L
Decimal 220 153 211 0 0.30 0.04 0.14 308.06 0.49 0.73
Hex DC 99 D3 0 1E 4 E 134 31 49
Octal 334 231 323 0 36 4 16 464 61 111
Binary 11011100 10011001 11010011 0 11110 100 1110 100110100 110001 1001001

Color Harmonies of #DC99D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC99D3

Black with #DC99D3

Text Example


Text Example

White with #DC99D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC99D3; }

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

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

background-color css

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

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

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

border-color css

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

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

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