Html Css Color HEX #DD9CCD Plum

📋 copy color: '#DD9CCD'

red 221 ◦ green 156 ◦ blue 205

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

Shades of Plum #DD9CCD

Tints of Plum #DD9CCD

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.8%

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

R = 37.97%
G = 26.8%
B = 35.22%

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

#DD9CCD (or 0xDD9CCD) is known color: Plum. HEX triplet: DD, 9C and CD. RGB value is (221,156,205). Sum of RGB (Red+Green+Blue) = 221+156+205=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 156 (61.33% from 255 or 26.80% from 582); Blue value is 205 (80.47% from 255 or 35.22% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CCD is #226332. Grayscale: #B4B4B4. Windows color (decimal): -2253619 or 13475037. OLE color: 13475037.

HSL color Cylindrical-coordinate representation of color #DD9CCD: hue angle of 314.77º degrees, saturation: 0.49, 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 #DD9CCD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 156 205 -
CMYK 0 0.29 0.07 0.13
HSL 314.77º 0.49% 0.74% -
HSV(B) 314.77º 0.29% 0.87% -
XYZ 52.73 43.56 63.39 -
YUV 181.02 141.53 156.52 -
System Red Green Blue C M Y K H S L
Decimal 221 156 205 0 0.29 0.07 0.13 314.77 0.49 0.74
Hex DD 9C CD 0 1D 7 D 13B 31 4A
Octal 335 234 315 0 35 7 15 473 61 112
Binary 11011101 10011100 11001101 0 11101 111 1101 100111011 110001 1001010

Color Harmonies of #DD9CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CCD

Black with #DD9CCD

Text Example


Text Example

White with #DD9CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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