Html Css Color HEX #DD91CC Plum

📋 copy color: '#DD91CC'

red 221 ◦ green 145 ◦ blue 204

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

Shades of Plum #DD91CC

Tints of Plum #DD91CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 35.79%

R = 38.77%
G = 25.44%
B = 35.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DD91CC (or 0xDD91CC) is known color: Plum. HEX triplet: DD, 91 and CC. RGB value is (221,145,204). Sum of RGB (Red+Green+Blue) = 221+145+204=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 145 (57.03% from 255 or 25.44% from 570); Blue value is 204 (80.08% from 255 or 35.79% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91CC is #226E33. Grayscale: #AEAEAE. Windows color (decimal): -2256436 or 13406685. OLE color: 13406685.

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

Color convert

RGB 221 145 204 -
CMYK 0 0.34 0.08 0.13
HSL 313.42º 0.53% 0.72% -
HSV(B) 313.42º 0.34% 0.87% -
XYZ 50.84 39.98 62.16 -
YUV 174.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 221 145 204 0 0.34 0.08 0.13 313.42 0.53 0.72
Hex DD 91 CC 0 22 8 D 139 35 48
Octal 335 221 314 0 42 10 15 471 65 110
Binary 11011101 10010001 11001100 0 100010 1000 1101 100111001 110101 1001000

Color Harmonies of #DD91CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91CC

Black with #DD91CC

Text Example


Text Example

White with #DD91CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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