Html Css Color HEX #DD9DCD Plum

📋 copy color: '#DD9DCD'

red 221 ◦ green 157 ◦ blue 205

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

Shades of Plum #DD9DCD

Tints of Plum #DD9DCD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.93%

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

R = 37.91%
G = 26.93%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD9DCD (or 0xDD9DCD) is known color: Plum. HEX triplet: DD, 9D and CD. RGB value is (221,157,205). Sum of RGB (Red+Green+Blue) = 221+157+205=583 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.91% from 583); Green value is 157 (61.72% from 255 or 26.93% from 583); Blue value is 205 (80.47% from 255 or 35.16% from 583); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9DCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9DCD is #226232. Grayscale: #B5B5B5. Windows color (decimal): -2253363 or 13475293. OLE color: 13475293.

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

Color convert

RGB 221 157 205 -
CMYK 0 0.29 0.07 0.13
HSL 315º 0.48% 0.74% -
HSV(B) 315º 0.29% 0.87% -
XYZ 52.9 43.89 63.44 -
YUV 181.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 221 157 205 0 0.29 0.07 0.13 315 0.48 0.74
Hex DD 9D CD 0 1D 7 D 13B 30 4A
Octal 335 235 315 0 35 7 15 473 60 112
Binary 11011101 10011101 11001101 0 11101 111 1101 100111011 110000 1001010

Color Harmonies of #DD9DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9DCD

Black with #DD9DCD

Text Example


Text Example

White with #DD9DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9DCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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