Html Css Color HEX #DD9AD5 Plum

📋 copy color: '#DD9AD5'

red 221 ◦ green 154 ◦ blue 213

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

Shades of Plum #DD9AD5

Tints of Plum #DD9AD5

RGB

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

 GREEN value IS 154 (60.55% from 255) = 26.19%

 BLUE value IS 213 (83.59% from 255) = 36.22%

R = 37.59%
G = 26.19%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DD9AD5 (or 0xDD9AD5) is known color: Plum. HEX triplet: DD, 9A and D5. RGB value is (221,154,213). Sum of RGB (Red+Green+Blue) = 221+154+213=588 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.59% from 588); Green value is 154 (60.55% from 255 or 26.19% from 588); Blue value is 213 (83.59% from 255 or 36.22% from 588); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9AD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9AD5 is #22652A. Grayscale: #B4B4B4. Windows color (decimal): -2254123 or 13998813. OLE color: 13998813.

HSL color Cylindrical-coordinate representation of color #DD9AD5: hue angle of 307.16º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DD9AD5 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 154 213 -
CMYK 0 0.30 0.04 0.13
HSL 307.16º 0.5% 0.74% -
HSV(B) 307.16º 0.3% 0.87% -
XYZ 53.38 43.29 68.49 -
YUV 180.76 146.2 156.7 -
System Red Green Blue C M Y K H S L
Decimal 221 154 213 0 0.30 0.04 0.13 307.16 0.5 0.74
Hex DD 9A D5 0 1E 4 D 133 32 4A
Octal 335 232 325 0 36 4 15 463 62 112
Binary 11011101 10011010 11010101 0 11110 100 1101 100110011 110010 1001010

Color Harmonies of #DD9AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9AD5

Black with #DD9AD5

Text Example


Text Example

White with #DD9AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9AD5; }

 p { color: rgb(221,154,213); }

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

background-color css

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

 a { background-color: rgb(221,154,213); }

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

border-color css

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

 span { border-color: rgb(221,154,213); }

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