Html Css Color HEX #DD9FDB Plum

📋 copy color: '#DD9FDB'

red 221 ◦ green 159 ◦ blue 219

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

Shades of Plum #DD9FDB

Tints of Plum #DD9FDB

RGB

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

 GREEN value IS 159 (62.5% from 255) = 26.54%

 BLUE value IS 219 (85.94% from 255) = 36.56%

R = 36.89%
G = 26.54%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

#DD9FDB (or 0xDD9FDB) is known color: Plum. HEX triplet: DD, 9F and DB. RGB value is (221,159,219). Sum of RGB (Red+Green+Blue) = 221+159+219=599 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.89% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 219 (85.94% from 255 or 36.56% from 599); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDB is #226024. Grayscale: #B8B8B8. Windows color (decimal): -2252837 or 14393309. OLE color: 14393309.

HSL color Cylindrical-coordinate representation of color #DD9FDB: hue angle of 301.94º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DD9FDB is Cyan = 0, Magento = 0.28, Yellow = 0.01 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 159 219 -
CMYK 0 0.28 0.01 0.13
HSL 301.94º 0.48% 0.75% -
HSV(B) 301.94º 0.28% 0.87% -
XYZ 55 45.28 72.86 -
YUV 184.38 147.54 154.12 -
System Red Green Blue C M Y K H S L
Decimal 221 159 219 0 0.28 0.01 0.13 301.94 0.48 0.75
Hex DD 9F DB 0 1C 1 D 12E 30 4B
Octal 335 237 333 0 34 1 15 456 60 113
Binary 11011101 10011111 11011011 0 11100 1 1101 100101110 110000 1001011

Color Harmonies of #DD9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FDB

Black with #DD9FDB

Text Example


Text Example

White with #DD9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FDB; }

 p { color: rgb(221,159,219); }

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

background-color css

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

 a { background-color: rgb(221,159,219); }

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

border-color css

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

 span { border-color: rgb(221,159,219); }

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