Html Css Color HEX #DD91D8 Plum

📋 copy color: '#DD91D8'

red 221 ◦ green 145 ◦ blue 216

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

Shades of Plum #DD91D8

Tints of Plum #DD91D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 37.11%

R = 37.97%
G = 24.91%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#DD91D8 (or 0xDD91D8) is known color: Plum. HEX triplet: DD, 91 and D8. RGB value is (221,145,216). Sum of RGB (Red+Green+Blue) = 221+145+216=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 145 (57.03% from 255 or 24.91% from 582); Blue value is 216 (84.77% from 255 or 37.11% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DD91D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91D8 is #226E27. Grayscale: #AFAFAF. Windows color (decimal): -2256424 or 14193117. OLE color: 14193117.

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

Color convert

RGB 221 145 216 -
CMYK 0 0.34 0.02 0.13
HSL 303.95º 0.53% 0.72% -
HSV(B) 303.95º 0.34% 0.87% -
XYZ 52.34 40.58 70.04 -
YUV 175.82 150.68 160.23 -
System Red Green Blue C M Y K H S L
Decimal 221 145 216 0 0.34 0.02 0.13 303.95 0.53 0.72
Hex DD 91 D8 0 22 2 D 130 35 48
Octal 335 221 330 0 42 2 15 460 65 110
Binary 11011101 10010001 11011000 0 100010 10 1101 100110000 110101 1001000

Color Harmonies of #DD91D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91D8

Black with #DD91D8

Text Example


Text Example

White with #DD91D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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