Html Css Color HEX #DF93DC Plum

📋 copy color: '#DF93DC'

red 223 ◦ green 147 ◦ blue 220

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

Shades of Plum #DF93DC

Tints of Plum #DF93DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.29%

R = 37.8%
G = 24.92%
B = 37.29%

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

#DF93DC (or 0xDF93DC) is known color: Plum. HEX triplet: DF, 93 and DC. RGB value is (223,147,220). Sum of RGB (Red+Green+Blue) = 223+147+220=590 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.80% from 590); Green value is 147 (57.81% from 255 or 24.92% from 590); Blue value is 220 (86.33% from 255 or 37.29% from 590); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93DC is #206C23. Grayscale: #B1B1B1. Windows color (decimal): -2124836 or 14455775. OLE color: 14455775.

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

Color convert

RGB 223 147 220 -
CMYK 0 0.34 0.01 0.13
HSL 302.37º 0.54% 0.73% -
HSV(B) 302.37º 0.34% 0.87% -
XYZ 53.78 41.72 72.93 -
YUV 178.05 151.68 160.06 -
System Red Green Blue C M Y K H S L
Decimal 223 147 220 0 0.34 0.01 0.13 302.37 0.54 0.73
Hex DF 93 DC 0 22 1 D 12E 36 49
Octal 337 223 334 0 42 1 15 456 66 111
Binary 11011111 10010011 11011100 0 100010 1 1101 100101110 110110 1001001

Color Harmonies of #DF93DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93DC

Black with #DF93DC

Text Example


Text Example

White with #DF93DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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