Html Css Color HEX #DF93DB Plum

📋 copy color: '#DF93DB'

red 223 ◦ green 147 ◦ blue 219

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

Shades of Plum #DF93DB

Tints of Plum #DF93DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 37.18%

R = 37.86%
G = 24.96%
B = 37.18%

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

#DF93DB (or 0xDF93DB) is known color: Plum. HEX triplet: DF, 93 and DB. RGB value is (223,147,219). Sum of RGB (Red+Green+Blue) = 223+147+219=589 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.86% from 589); Green value is 147 (57.81% from 255 or 24.96% from 589); Blue value is 219 (85.94% from 255 or 37.18% from 589); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93DB is #206C24. Grayscale: #B1B1B1. Windows color (decimal): -2124837 or 14390239. OLE color: 14390239.

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

Color convert

RGB 223 147 219 -
CMYK 0 0.34 0.02 0.13
HSL 303.16º 0.54% 0.73% -
HSV(B) 303.16º 0.34% 0.87% -
XYZ 53.65 41.67 72.23 -
YUV 177.93 151.18 160.15 -
System Red Green Blue C M Y K H S L
Decimal 223 147 219 0 0.34 0.02 0.13 303.16 0.54 0.73
Hex DF 93 DB 0 22 2 D 12F 36 49
Octal 337 223 333 0 42 2 15 457 66 111
Binary 11011111 10010011 11011011 0 100010 10 1101 100101111 110110 1001001

Color Harmonies of #DF93DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93DB

Black with #DF93DB

Text Example


Text Example

White with #DF93DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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