Html Css Color HEX #DD91CB Plum

📋 copy color: '#DD91CB'

red 221 ◦ green 145 ◦ blue 203

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

Shades of Plum #DD91CB

Tints of Plum #DD91CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 35.68%

R = 38.84%
G = 25.48%
B = 35.68%

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

#DD91CB (or 0xDD91CB) is known color: Plum. HEX triplet: DD, 91 and CB. RGB value is (221,145,203). Sum of RGB (Red+Green+Blue) = 221+145+203=569 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.84% from 569); Green value is 145 (57.03% from 255 or 25.48% from 569); Blue value is 203 (79.69% from 255 or 35.68% from 569); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91CB is #226E34. Grayscale: #AEAEAE. Windows color (decimal): -2256437 or 13341149. OLE color: 13341149.

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

Color convert

RGB 221 145 203 -
CMYK 0 0.34 0.08 0.13
HSL 314.21º 0.53% 0.72% -
HSV(B) 314.21º 0.34% 0.87% -
XYZ 50.72 39.93 61.53 -
YUV 174.34 144.18 161.28 -
System Red Green Blue C M Y K H S L
Decimal 221 145 203 0 0.34 0.08 0.13 314.21 0.53 0.72
Hex DD 91 CB 0 22 8 D 13A 35 48
Octal 335 221 313 0 42 10 15 472 65 110
Binary 11011101 10010001 11001011 0 100010 1000 1101 100111010 110101 1001000

Color Harmonies of #DD91CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91CB

Black with #DD91CB

Text Example


Text Example

White with #DD91CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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