Html Css Color HEX #DD9ECD Plum

📋 copy color: '#DD9ECD'

red 221 ◦ green 158 ◦ blue 205

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

Shades of Plum #DD9ECD

Tints of Plum #DD9ECD

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.05%

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

R = 37.84%
G = 27.05%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD9ECD (or 0xDD9ECD) is known color: Plum. HEX triplet: DD, 9E and CD. RGB value is (221,158,205). Sum of RGB (Red+Green+Blue) = 221+158+205=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 158 (62.11% from 255 or 27.05% from 584); Blue value is 205 (80.47% from 255 or 35.10% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9ECD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9ECD is #226132. Grayscale: #B6B6B6. Windows color (decimal): -2253107 or 13475549. OLE color: 13475549.

HSL color Cylindrical-coordinate representation of color #DD9ECD: hue angle of 315.24º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DD9ECD is Cyan = 0, Magento = 0.29, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 158 205 -
CMYK 0 0.29 0.07 0.13
HSL 315.24º 0.48% 0.74% -
HSV(B) 315.24º 0.29% 0.87% -
XYZ 53.07 44.23 63.5 -
YUV 182.2 140.87 155.68 -
System Red Green Blue C M Y K H S L
Decimal 221 158 205 0 0.29 0.07 0.13 315.24 0.48 0.74
Hex DD 9E CD 0 1D 7 D 13B 30 4A
Octal 335 236 315 0 35 7 15 473 60 112
Binary 11011101 10011110 11001101 0 11101 111 1101 100111011 110000 1001010

Color Harmonies of #DD9ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9ECD

Black with #DD9ECD

Text Example


Text Example

White with #DD9ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9ECD; }

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

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

background-color css

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

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

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

border-color css

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

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

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