Html Css Color HEX #DD9ACE Plum

📋 copy color: '#DD9ACE'

red 221 ◦ green 154 ◦ blue 206

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

Shades of Plum #DD9ACE

Tints of Plum #DD9ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.46%

R = 38.04%
G = 26.51%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD9ACE (or 0xDD9ACE) is known color: Plum. HEX triplet: DD, 9A and CE. RGB value is (221,154,206). Sum of RGB (Red+Green+Blue) = 221+154+206=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 154 (60.55% from 255 or 26.51% from 581); Blue value is 206 (80.86% from 255 or 35.46% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ACE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ACE is #226531. Grayscale: #B3B3B3. Windows color (decimal): -2254130 or 13540061. OLE color: 13540061.

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

Color convert

RGB 221 154 206 -
CMYK 0 0.30 0.07 0.13
HSL 313.43º 0.5% 0.74% -
HSV(B) 313.43º 0.3% 0.87% -
XYZ 52.51 42.94 63.91 -
YUV 179.96 142.7 157.27 -
System Red Green Blue C M Y K H S L
Decimal 221 154 206 0 0.30 0.07 0.13 313.43 0.5 0.74
Hex DD 9A CE 0 1E 7 D 139 32 4A
Octal 335 232 316 0 36 7 15 471 62 112
Binary 11011101 10011010 11001110 0 11110 111 1101 100111001 110010 1001010

Color Harmonies of #DD9ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9ACE

Black with #DD9ACE

Text Example


Text Example

White with #DD9ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9ACE; }

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

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

background-color css

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

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

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

border-color css

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

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

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