Html Css Color HEX #DD9FCD Plum

📋 copy color: '#DD9FCD'

red 221 ◦ green 159 ◦ blue 205

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

Shades of Plum #DD9FCD

Tints of Plum #DD9FCD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.18%

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

R = 37.78%
G = 27.18%
B = 35.04%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD9FCD (or 0xDD9FCD) is known color: Plum. HEX triplet: DD, 9F and CD. RGB value is (221,159,205). Sum of RGB (Red+Green+Blue) = 221+159+205=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 159 (62.5% from 255 or 27.18% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FCD is #226032. Grayscale: #B6B6B6. Windows color (decimal): -2252851 or 13475805. OLE color: 13475805.

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

Color convert

RGB 221 159 205 -
CMYK 0 0.28 0.07 0.13
HSL 315.48º 0.48% 0.75% -
HSV(B) 315.48º 0.28% 0.87% -
XYZ 53.24 44.58 63.56 -
YUV 182.78 140.54 155.26 -
System Red Green Blue C M Y K H S L
Decimal 221 159 205 0 0.28 0.07 0.13 315.48 0.48 0.75
Hex DD 9F CD 0 1C 7 D 13B 30 4B
Octal 335 237 315 0 34 7 15 473 60 113
Binary 11011101 10011111 11001101 0 11100 111 1101 100111011 110000 1001011

Color Harmonies of #DD9FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FCD

Black with #DD9FCD

Text Example


Text Example

White with #DD9FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FCD; }

 p { color: rgb(221,159,205); }

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

background-color css

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

 a { background-color: rgb(221,159,205); }

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

border-color css

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

 span { border-color: rgb(221,159,205); }

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