Html Css Color HEX #DD91D0 Plum

📋 copy color: '#DD91D0'

red 221 ◦ green 145 ◦ blue 208

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

Shades of Plum #DD91D0

Tints of Plum #DD91D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.24%

R = 38.5%
G = 25.26%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#DD91D0 (or 0xDD91D0) is known color: Plum. HEX triplet: DD, 91 and D0. RGB value is (221,145,208). Sum of RGB (Red+Green+Blue) = 221+145+208=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 208 (81.64% from 255 or 36.24% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D0 is #226E2F. Grayscale: #AEAEAE. Windows color (decimal): -2256432 or 13668829. OLE color: 13668829.

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

Color convert

RGB 221 145 208 -
CMYK 0 0.34 0.06 0.13
HSL 310.26º 0.53% 0.72% -
HSV(B) 310.26º 0.34% 0.87% -
XYZ 51.33 40.18 64.72 -
YUV 174.91 146.68 160.88 -
System Red Green Blue C M Y K H S L
Decimal 221 145 208 0 0.34 0.06 0.13 310.26 0.53 0.72
Hex DD 91 D0 0 22 6 D 136 35 48
Octal 335 221 320 0 42 6 15 466 65 110
Binary 11011101 10010001 11010000 0 100010 110 1101 100110110 110101 1001000

Color Harmonies of #DD91D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91D0

Black with #DD91D0

Text Example


Text Example

White with #DD91D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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