Html Css Color HEX #DD9ACD Plum

📋 copy color: '#DD9ACD'

red 221 ◦ green 154 ◦ blue 205

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

Shades of Plum #DD9ACD

Tints of Plum #DD9ACD

RGB

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

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

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

R = 38.1%
G = 26.55%
B = 35.34%

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

#DD9ACD (or 0xDD9ACD) is known color: Plum. HEX triplet: DD, 9A and CD. RGB value is (221,154,205). Sum of RGB (Red+Green+Blue) = 221+154+205=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 154 (60.55% from 255 or 26.55% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ACD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ACD is #226532. Grayscale: #B3B3B3. Windows color (decimal): -2254131 or 13474525. OLE color: 13474525.

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

Color convert

RGB 221 154 205 -
CMYK 0 0.30 0.07 0.13
HSL 314.33º 0.5% 0.74% -
HSV(B) 314.33º 0.3% 0.87% -
XYZ 52.39 42.89 63.27 -
YUV 179.85 142.2 157.35 -
System Red Green Blue C M Y K H S L
Decimal 221 154 205 0 0.30 0.07 0.13 314.33 0.5 0.74
Hex DD 9A CD 0 1E 7 D 13A 32 4A
Octal 335 232 315 0 36 7 15 472 62 112
Binary 11011101 10011010 11001101 0 11110 111 1101 100111010 110010 1001010

Color Harmonies of #DD9ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9ACD

Black with #DD9ACD

Text Example


Text Example

White with #DD9ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9ACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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