Html Css Color HEX #DF93DD Plum

📋 copy color: '#DF93DD'

red 223 ◦ green 147 ◦ blue 221

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

Shades of Plum #DF93DD

Tints of Plum #DF93DD

RGB

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

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

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

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

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.01

 K value IS 0.13

RGB Variations

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

Color information

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

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

Color convert

RGB 223 147 221 -
CMYK 0 0.34 0.01 0.13
HSL 301.58º 0.54% 0.73% -
HSV(B) 301.58º 0.34% 0.87% -
XYZ 53.92 41.78 73.63 -
YUV 178.16 152.18 159.98 -
System Red Green Blue C M Y K H S L
Decimal 223 147 221 0 0.34 0.01 0.13 301.58 0.54 0.73
Hex DF 93 DD 0 22 1 D 12E 36 49
Octal 337 223 335 0 42 1 15 456 66 111
Binary 11011111 10010011 11011101 0 100010 1 1101 100101110 110110 1001001

Color Harmonies of #DF93DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93DD

Black with #DF93DD

Text Example


Text Example

White with #DF93DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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