Html Css Color HEX #DD99CE Plum

📋 copy color: '#DD99CE'

red 221 ◦ green 153 ◦ blue 206

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

Shades of Plum #DD99CE

Tints of Plum #DD99CE

RGB

 RED value IS 221 (86.72% from 255) = 38.1%

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

 BLUE value IS 206 (80.86% from 255) = 35.52%

R = 38.1%
G = 26.38%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD99CE (or 0xDD99CE) is known color: Plum. HEX triplet: DD, 99 and CE. RGB value is (221,153,206). Sum of RGB (Red+Green+Blue) = 221+153+206=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 153 (60.16% from 255 or 26.38% from 580); Blue value is 206 (80.86% from 255 or 35.52% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD99CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD99CE is #226631. Grayscale: #B3B3B3. Windows color (decimal): -2254386 or 13539805. OLE color: 13539805.

HSL color Cylindrical-coordinate representation of color #DD99CE: hue angle of 313.24º degrees, saturation: 0.5, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DD99CE is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 153 206 -
CMYK 0 0.31 0.07 0.13
HSL 313.24º 0.5% 0.73% -
HSV(B) 313.24º 0.31% 0.87% -
XYZ 52.35 42.61 63.86 -
YUV 179.37 143.03 157.69 -
System Red Green Blue C M Y K H S L
Decimal 221 153 206 0 0.31 0.07 0.13 313.24 0.5 0.73
Hex DD 99 CE 0 1F 7 D 139 32 49
Octal 335 231 316 0 37 7 15 471 62 111
Binary 11011101 10011001 11001110 0 11111 111 1101 100111001 110010 1001001

Color Harmonies of #DD99CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD99CE

Black with #DD99CE

Text Example


Text Example

White with #DD99CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD99CE; }

 p { color: rgb(221,153,206); }

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

background-color css

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

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

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

border-color css

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

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

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