Html Css Color HEX #DD91DF Plum

📋 copy color: '#DD91DF'

red 221 ◦ green 145 ◦ blue 223

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

Shades of Plum #DD91DF

Tints of Plum #DD91DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 37.86%

R = 37.52%
G = 24.62%
B = 37.86%

CMYK

 C value IS 0.01

 M value IS 0.35

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD91DF (or 0xDD91DF) is known color: Plum. HEX triplet: DD, 91 and DF. RGB value is (221,145,223). Sum of RGB (Red+Green+Blue) = 221+145+223=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 145 (57.03% from 255 or 24.62% from 589); Blue value is 223 (87.5% from 255 or 37.86% from 589); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD91DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD91DF is #226E20. Grayscale: #B0B0B0. Windows color (decimal): -2256417 or 14651869. OLE color: 14651869.

HSL color Cylindrical-coordinate representation of color #DD91DF: hue angle of 298.46º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DD91DF is Cyan = 0.01, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 145 223 -
CMYK 0.01 0.35 0 0.13
HSL 298.46º 0.55% 0.72% -
HSV(B) 298.46º 0.35% 0.87% -
XYZ 53.26 40.95 74.91 -
YUV 176.62 154.18 159.66 -
System Red Green Blue C M Y K H S L
Decimal 221 145 223 0.01 0.35 0 0.13 298.46 0.55 0.72
Hex DD 91 DF 1 23 0 D 12A 37 48
Octal 335 221 337 1 43 0 15 452 67 110
Binary 11011101 10010001 11011111 1 100011 0 1101 100101010 110111 1001000

Color Harmonies of #DD91DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD91DF

Black with #DD91DF

Text Example


Text Example

White with #DD91DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD91DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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