Html Css Color HEX #DD96CF Plum

📋 copy color: '#DD96CF'

red 221 ◦ green 150 ◦ blue 207

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

Shades of Plum #DD96CF

Tints of Plum #DD96CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.81%

R = 38.24%
G = 25.95%
B = 35.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD96CF (or 0xDD96CF) is known color: Plum. HEX triplet: DD, 96 and CF. RGB value is (221,150,207). Sum of RGB (Red+Green+Blue) = 221+150+207=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 150 (58.98% from 255 or 25.95% from 578); Blue value is 207 (81.25% from 255 or 35.81% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96CF is #226930. Grayscale: #B1B1B1. Windows color (decimal): -2255153 or 13604573. OLE color: 13604573.

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

Color convert

RGB 221 150 207 -
CMYK 0 0.32 0.06 0.13
HSL 311.83º 0.51% 0.73% -
HSV(B) 311.83º 0.32% 0.87% -
XYZ 51.99 41.69 64.34 -
YUV 177.73 144.52 158.87 -
System Red Green Blue C M Y K H S L
Decimal 221 150 207 0 0.32 0.06 0.13 311.83 0.51 0.73
Hex DD 96 CF 0 20 6 D 138 33 49
Octal 335 226 317 0 40 6 15 470 63 111
Binary 11011101 10010110 11001111 0 100000 110 1101 100111000 110011 1001001

Color Harmonies of #DD96CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96CF

Black with #DD96CF

Text Example


Text Example

White with #DD96CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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