Html Css Color HEX #DD91DD Plum

📋 copy color: '#DD91DD'

red 221 ◦ green 145 ◦ blue 221

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

Shades of Plum #DD91DD

Tints of Plum #DD91DD

RGB

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

 GREEN value IS 145 (57.03% from 255) = 24.7%

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

R = 37.65%
G = 24.7%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD91DD (or 0xDD91DD) is known color: Plum. HEX triplet: DD, 91 and DD. RGB value is (221,145,221). Sum of RGB (Red+Green+Blue) = 221+145+221=587 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.65% from 587); Green value is 145 (57.03% from 255 or 24.70% from 587); Blue value is 221 (86.72% from 255 or 37.65% from 587); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DD91DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91DD is #226E22. Grayscale: #B0B0B0. Windows color (decimal): -2256419 or 14520797. OLE color: 14520797.

HSL color Cylindrical-coordinate representation of color #DD91DD: hue angle of 300º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DD91DD is Cyan = 0, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 221 -
CMYK 0 0.34 0 0.13
HSL 300º 0.53% 0.72% -
HSV(B) 300º 0.34% 0.87% -
XYZ 53 40.84 73.5 -
YUV 176.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 221 145 221 0 0.34 0 0.13 300 0.53 0.72
Hex DD 91 DD 0 22 0 D 12C 35 48
Octal 335 221 335 0 42 0 15 454 65 110
Binary 11011101 10010001 11011101 0 100010 0 1101 100101100 110101 1001000

Color Harmonies of #DD91DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91DD

Black with #DD91DD

Text Example


Text Example

White with #DD91DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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