Html Css Color HEX #DD9ACC Plum

📋 copy color: '#DD9ACC'

red 221 ◦ green 154 ◦ blue 204

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

Shades of Plum #DD9ACC

Tints of Plum #DD9ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.23%

R = 38.17%
G = 26.6%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD9ACC (or 0xDD9ACC) is known color: Plum. HEX triplet: DD, 9A and CC. RGB value is (221,154,204). Sum of RGB (Red+Green+Blue) = 221+154+204=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 154 (60.55% from 255 or 26.60% from 579); Blue value is 204 (80.08% from 255 or 35.23% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ACC is #226533. Grayscale: #B3B3B3. Windows color (decimal): -2254132 or 13408989. OLE color: 13408989.

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

Color convert

RGB 221 154 204 -
CMYK 0 0.30 0.08 0.13
HSL 315.22º 0.5% 0.74% -
HSV(B) 315.22º 0.3% 0.87% -
XYZ 52.27 42.84 62.64 -
YUV 179.73 141.7 157.43 -
System Red Green Blue C M Y K H S L
Decimal 221 154 204 0 0.30 0.08 0.13 315.22 0.5 0.74
Hex DD 9A CC 0 1E 8 D 13B 32 4A
Octal 335 232 314 0 36 10 15 473 62 112
Binary 11011101 10011010 11001100 0 11110 1000 1101 100111011 110010 1001010

Color Harmonies of #DD9ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9ACC

Black with #DD9ACC

Text Example


Text Example

White with #DD9ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9ACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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