Html Css Color HEX #DD9CDE Plum

📋 copy color: '#DD9CDE'

red 221 ◦ green 156 ◦ blue 222

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

Shades of Plum #DD9CDE

Tints of Plum #DD9CDE

RGB

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

 GREEN value IS 156 (61.33% from 255) = 26.04%

 BLUE value IS 222 (87.11% from 255) = 37.06%

R = 36.89%
G = 26.04%
B = 37.06%

CMYK

 C value IS 0.00

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD9CDE (or 0xDD9CDE) is known color: Plum. HEX triplet: DD, 9C and DE. RGB value is (221,156,222). Sum of RGB (Red+Green+Blue) = 221+156+222=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 156 (61.33% from 255 or 26.04% from 599); Blue value is 222 (87.11% from 255 or 37.06% from 599); Max value from RGB is 222 - color contains mainly: blue. Hex color #DD9CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9CDE is #226321. Grayscale: #B6B6B6. Windows color (decimal): -2253602 or 14589149. OLE color: 14589149.

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

Color convert

RGB 221 156 222 -
CMYK 0.00 0.30 0 0.13
HSL 299.09º 0.5% 0.74% -
HSV(B) 299.09º 0.3% 0.87% -
XYZ 54.89 44.42 74.79 -
YUV 182.96 150.03 155.13 -
System Red Green Blue C M Y K H S L
Decimal 221 156 222 0.00 0.30 0 0.13 299.09 0.5 0.74
Hex DD 9C DE 0 1E 0 D 12B 32 4A
Octal 335 234 336 0 36 0 15 453 62 112
Binary 11011101 10011100 11011110 0 11110 0 1101 100101011 110010 1001010

Color Harmonies of #DD9CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CDE

Black with #DD9CDE

Text Example


Text Example

White with #DD9CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CDE; }

 p { color: rgb(221,156,222); }

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

background-color css

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

 a { background-color: rgb(221,156,222); }

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

border-color css

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

 span { border-color: rgb(221,156,222); }

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