Html Css Color HEX #DD96D1 Plum

📋 copy color: '#DD96D1'

red 221 ◦ green 150 ◦ blue 209

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

Shades of Plum #DD96D1

Tints of Plum #DD96D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.03%

R = 38.1%
G = 25.86%
B = 36.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD96D1 (or 0xDD96D1) is known color: Plum. HEX triplet: DD, 96 and D1. RGB value is (221,150,209). Sum of RGB (Red+Green+Blue) = 221+150+209=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 150 (58.98% from 255 or 25.86% from 580); Blue value is 209 (82.03% from 255 or 36.03% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DD96D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD96D1 is #22692E. Grayscale: #B1B1B1. Windows color (decimal): -2255151 or 13735645. OLE color: 13735645.

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

Color convert

RGB 221 150 209 -
CMYK 0 0.32 0.05 0.13
HSL 310.14º 0.51% 0.73% -
HSV(B) 310.14º 0.32% 0.87% -
XYZ 52.23 41.79 65.63 -
YUV 177.96 145.52 158.7 -
System Red Green Blue C M Y K H S L
Decimal 221 150 209 0 0.32 0.05 0.13 310.14 0.51 0.73
Hex DD 96 D1 0 20 5 D 136 33 49
Octal 335 226 321 0 40 5 15 466 63 111
Binary 11011101 10010110 11010001 0 100000 101 1101 100110110 110011 1001001

Color Harmonies of #DD96D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD96D1

Black with #DD96D1

Text Example


Text Example

White with #DD96D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD96D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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