Html Css Color HEX #DD91D1 Plum

📋 copy color: '#DD91D1'

red 221 ◦ green 145 ◦ blue 209

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

Shades of Plum #DD91D1

Tints of Plum #DD91D1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 36.35%

R = 38.43%
G = 25.22%
B = 36.35%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#DD91D1 (or 0xDD91D1) is known color: Plum. HEX triplet: DD, 91 and D1. RGB value is (221,145,209). Sum of RGB (Red+Green+Blue) = 221+145+209=575 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.43% from 575); Green value is 145 (57.03% from 255 or 25.22% from 575); Blue value is 209 (82.03% from 255 or 36.35% from 575); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D1 is #226E2E. Grayscale: #AEAEAE. Windows color (decimal): -2256431 or 13734365. OLE color: 13734365.

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

Color convert

RGB 221 145 209 -
CMYK 0 0.34 0.05 0.13
HSL 309.47º 0.53% 0.72% -
HSV(B) 309.47º 0.34% 0.87% -
XYZ 51.45 40.23 65.37 -
YUV 175.02 147.18 160.8 -
System Red Green Blue C M Y K H S L
Decimal 221 145 209 0 0.34 0.05 0.13 309.47 0.53 0.72
Hex DD 91 D1 0 22 5 D 135 35 48
Octal 335 221 321 0 42 5 15 465 65 110
Binary 11011101 10010001 11010001 0 100010 101 1101 100110101 110101 1001000

Color Harmonies of #DD91D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91D1

Black with #DD91D1

Text Example


Text Example

White with #DD91D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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