Html Css Color HEX #DD96CD Plum

📋 copy color: '#DD96CD'

red 221 ◦ green 150 ◦ blue 205

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

Shades of Plum #DD96CD

Tints of Plum #DD96CD

RGB

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

 GREEN value IS 150 (58.98% from 255) = 26.04%

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

R = 38.37%
G = 26.04%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD96CD (or 0xDD96CD) is known color: Plum. HEX triplet: DD, 96 and CD. RGB value is (221,150,205). Sum of RGB (Red+Green+Blue) = 221+150+205=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96CD is #226932. Grayscale: #B1B1B1. Windows color (decimal): -2255155 or 13473501. OLE color: 13473501.

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

Color convert

RGB 221 150 205 -
CMYK 0 0.32 0.07 0.13
HSL 313.52º 0.51% 0.73% -
HSV(B) 313.52º 0.32% 0.87% -
XYZ 51.74 41.59 63.06 -
YUV 177.5 143.52 159.03 -
System Red Green Blue C M Y K H S L
Decimal 221 150 205 0 0.32 0.07 0.13 313.52 0.51 0.73
Hex DD 96 CD 0 20 7 D 13A 33 49
Octal 335 226 315 0 40 7 15 472 63 111
Binary 11011101 10010110 11001101 0 100000 111 1101 100111010 110011 1001001

Color Harmonies of #DD96CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96CD

Black with #DD96CD

Text Example


Text Example

White with #DD96CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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