Html Css Color HEX #DD9CD2 Plum

📋 copy color: '#DD9CD2'

red 221 ◦ green 156 ◦ blue 210

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

Shades of Plum #DD9CD2

Tints of Plum #DD9CD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 35.78%

R = 37.65%
G = 26.58%
B = 35.78%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD9CD2 (or 0xDD9CD2) is known color: Plum. HEX triplet: DD, 9C and D2. RGB value is (221,156,210). Sum of RGB (Red+Green+Blue) = 221+156+210=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 156 (61.33% from 255 or 26.58% from 587); Blue value is 210 (82.42% from 255 or 35.78% from 587); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9CD2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CD2 is #22632D. Grayscale: #B5B5B5. Windows color (decimal): -2253614 or 13802717. OLE color: 13802717.

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

Color convert

RGB 221 156 210 -
CMYK 0 0.29 0.05 0.13
HSL 310.15º 0.49% 0.74% -
HSV(B) 310.15º 0.29% 0.87% -
XYZ 53.34 43.8 66.62 -
YUV 181.59 144.03 156.11 -
System Red Green Blue C M Y K H S L
Decimal 221 156 210 0 0.29 0.05 0.13 310.15 0.49 0.74
Hex DD 9C D2 0 1D 5 D 136 31 4A
Octal 335 234 322 0 35 5 15 466 61 112
Binary 11011101 10011100 11010010 0 11101 101 1101 100110110 110001 1001010

Color Harmonies of #DD9CD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CD2

Black with #DD9CD2

Text Example


Text Example

White with #DD9CD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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