Html Css Color HEX #DD9CEC Plum

📋 copy color: '#DD9CEC'

red 221 ◦ green 156 ◦ blue 236

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

Shades of Plum #DD9CEC

Tints of Plum #DD9CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 36.05%
G = 25.45%
B = 38.5%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DD9CEC (or 0xDD9CEC) is known color: Plum. HEX triplet: DD, 9C and EC. RGB value is (221,156,236). Sum of RGB (Red+Green+Blue) = 221+156+236=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 156 (61.33% from 255 or 25.45% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #DD9CEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD9CEC is #226313. Grayscale: #B8B8B8. Windows color (decimal): -2253588 or 15506653. OLE color: 15506653.

HSL color Cylindrical-coordinate representation of color #DD9CEC: hue angle of 288.75º degrees, saturation: 0.68, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD9CEC is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 156 236 -
CMYK 0.06 0.34 0 0.07
HSL 288.75º 0.68% 0.77% -
HSV(B) 288.75º 0.34% 0.93% -
XYZ 56.85 45.21 85.09 -
YUV 184.56 157.03 154 -
System Red Green Blue C M Y K H S L
Decimal 221 156 236 0.06 0.34 0 0.07 288.75 0.68 0.77
Hex DD 9C EC 6 22 0 7 121 44 4D
Octal 335 234 354 6 42 0 7 441 104 115
Binary 11011101 10011100 11101100 110 100010 0 111 100100001 1000100 1001101

Color Harmonies of #DD9CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9CEC

Black with #DD9CEC

Text Example


Text Example

White with #DD9CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9CEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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