Html Css Color HEX #DD91CE Plum

📋 copy color: '#DD91CE'

red 221 ◦ green 145 ◦ blue 206

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

Shades of Plum #DD91CE

Tints of Plum #DD91CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.01%

R = 38.64%
G = 25.35%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DD91CE (or 0xDD91CE) is known color: Plum. HEX triplet: DD, 91 and CE. RGB value is (221,145,206). Sum of RGB (Red+Green+Blue) = 221+145+206=572 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.64% from 572); Green value is 145 (57.03% from 255 or 25.35% from 572); Blue value is 206 (80.86% from 255 or 36.01% from 572); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91CE is #226E31. Grayscale: #AEAEAE. Windows color (decimal): -2256434 or 13537757. OLE color: 13537757.

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

Color convert

RGB 221 145 206 -
CMYK 0 0.34 0.07 0.13
HSL 311.84º 0.53% 0.72% -
HSV(B) 311.84º 0.34% 0.87% -
XYZ 51.08 40.08 63.44 -
YUV 174.68 145.68 161.04 -
System Red Green Blue C M Y K H S L
Decimal 221 145 206 0 0.34 0.07 0.13 311.84 0.53 0.72
Hex DD 91 CE 0 22 7 D 138 35 48
Octal 335 221 316 0 42 7 15 470 65 110
Binary 11011101 10010001 11001110 0 100010 111 1101 100111000 110101 1001000

Color Harmonies of #DD91CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91CE

Black with #DD91CE

Text Example


Text Example

White with #DD91CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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