Html Css Color HEX #DD96DC Plum

📋 copy color: '#DD96DC'

red 221 ◦ green 150 ◦ blue 220

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

Shades of Plum #DD96DC

Tints of Plum #DD96DC

RGB

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

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

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

R = 37.39%
G = 25.38%
B = 37.23%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DD96DC (or 0xDD96DC) is known color: Plum. HEX triplet: DD, 96 and DC. RGB value is (221,150,220). Sum of RGB (Red+Green+Blue) = 221+150+220=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 150 (58.98% from 255 or 25.38% from 591); Blue value is 220 (86.33% from 255 or 37.23% from 591); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96DC is #226923. Grayscale: #B3B3B3. Windows color (decimal): -2255140 or 14456541. OLE color: 14456541.

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

Color convert

RGB 221 150 220 -
CMYK 0 0.32 0.00 0.13
HSL 300.85º 0.51% 0.73% -
HSV(B) 300.85º 0.32% 0.87% -
XYZ 53.64 42.35 73.06 -
YUV 179.21 151.02 157.81 -
System Red Green Blue C M Y K H S L
Decimal 221 150 220 0 0.32 0.00 0.13 300.85 0.51 0.73
Hex DD 96 DC 0 20 0 D 12D 33 49
Octal 335 226 334 0 40 0 15 455 63 111
Binary 11011101 10010110 11011100 0 100000 0 1101 100101101 110011 1001001

Color Harmonies of #DD96DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96DC

Black with #DD96DC

Text Example


Text Example

White with #DD96DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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