Html Css Color HEX #DD93DF Plum

📋 copy color: '#DD93DF'

red 221 ◦ green 147 ◦ blue 223

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

Shades of Plum #DD93DF

Tints of Plum #DD93DF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 24.87%

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

R = 37.39%
G = 24.87%
B = 37.73%

CMYK

 C value IS 0.01

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DD93DF (or 0xDD93DF) is known color: Plum. HEX triplet: DD, 93 and DF. RGB value is (221,147,223). Sum of RGB (Red+Green+Blue) = 221+147+223=591 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.39% from 591); Green value is 147 (57.81% from 255 or 24.87% from 591); Blue value is 223 (87.5% from 255 or 37.73% from 591); Max value from RGB is 223 - color contains mainly: blue. Hex color #DD93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DD93DF is #226C20. Grayscale: #B1B1B1. Windows color (decimal): -2255905 or 14652381. OLE color: 14652381.

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

Color convert

RGB 221 147 223 -
CMYK 0.01 0.34 0 0.13
HSL 298.42º 0.54% 0.73% -
HSV(B) 298.42º 0.34% 0.87% -
XYZ 53.57 41.57 75.01 -
YUV 177.79 153.52 158.82 -
System Red Green Blue C M Y K H S L
Decimal 221 147 223 0.01 0.34 0 0.13 298.42 0.54 0.73
Hex DD 93 DF 1 22 0 D 12A 36 49
Octal 335 223 337 1 42 0 15 452 66 111
Binary 11011101 10010011 11011111 1 100010 0 1101 100101010 110110 1001001

Color Harmonies of #DD93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD93DF

Black with #DD93DF

Text Example


Text Example

White with #DD93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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