Html Css Color HEX #DD9ADC Plum

📋 copy color: '#DD9ADC'

red 221 ◦ green 154 ◦ blue 220

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

Shades of Plum #DD9ADC

Tints of Plum #DD9ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 36.97%

R = 37.14%
G = 25.88%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD9ADC (or 0xDD9ADC) is known color: Plum. HEX triplet: DD, 9A and DC. RGB value is (221,154,220). Sum of RGB (Red+Green+Blue) = 221+154+220=595 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.14% from 595); Green value is 154 (60.55% from 255 or 25.88% from 595); Blue value is 220 (86.33% from 255 or 36.97% from 595); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ADC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ADC is #226523. Grayscale: #B5B5B5. Windows color (decimal): -2254116 or 14457565. OLE color: 14457565.

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

Color convert

RGB 221 154 220 -
CMYK 0 0.30 0.00 0.13
HSL 300.9º 0.5% 0.74% -
HSV(B) 300.9º 0.3% 0.87% -
XYZ 54.29 43.65 73.27 -
YUV 181.56 149.7 156.13 -
System Red Green Blue C M Y K H S L
Decimal 221 154 220 0 0.30 0.00 0.13 300.9 0.5 0.74
Hex DD 9A DC 0 1E 0 D 12D 32 4A
Octal 335 232 334 0 36 0 15 455 62 112
Binary 11011101 10011010 11011100 0 11110 0 1101 100101101 110010 1001010

Color Harmonies of #DD9ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9ADC

Black with #DD9ADC

Text Example


Text Example

White with #DD9ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9ADC; }

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

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

background-color css

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

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

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

border-color css

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

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

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