Html Css Color HEX #DD9FDD Plum

📋 copy color: '#DD9FDD'

red 221 ◦ green 159 ◦ blue 221

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

Shades of Plum #DD9FDD

Tints of Plum #DD9FDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 36.77%

R = 36.77%
G = 26.46%
B = 36.77%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD9FDD (or 0xDD9FDD) is known color: Plum. HEX triplet: DD, 9F and DD. RGB value is (221,159,221). Sum of RGB (Red+Green+Blue) = 221+159+221=601 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.77% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 221 (86.72% from 255 or 36.77% from 601); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD9FDD is #226022. Grayscale: #B8B8B8. Windows color (decimal): -2252835 or 14524381. OLE color: 14524381.

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

Color convert

RGB 221 159 221 -
CMYK 0 0.28 0 0.13
HSL 300º 0.48% 0.75% -
HSV(B) 300º 0.28% 0.87% -
XYZ 55.27 45.39 74.25 -
YUV 184.61 148.54 153.96 -
System Red Green Blue C M Y K H S L
Decimal 221 159 221 0 0.28 0 0.13 300 0.48 0.75
Hex DD 9F DD 0 1C 0 D 12C 30 4B
Octal 335 237 335 0 34 0 15 454 60 113
Binary 11011101 10011111 11011101 0 11100 0 1101 100101100 110000 1001011

Color Harmonies of #DD9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD9FDD

Black with #DD9FDD

Text Example


Text Example

White with #DD9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD9FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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