Html Css Color HEX #DF93DE Plum

📋 copy color: '#DF93DE'

red 223 ◦ green 147 ◦ blue 222

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

Shades of Plum #DF93DE

Tints of Plum #DF93DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 37.5%

R = 37.67%
G = 24.83%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.00

 K value IS 0.13

RGB Variations

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

Color information

#DF93DE (or 0xDF93DE) is known color: Plum. HEX triplet: DF, 93 and DE. RGB value is (223,147,222). Sum of RGB (Red+Green+Blue) = 223+147+222=592 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.67% from 592); Green value is 147 (57.81% from 255 or 24.83% from 592); Blue value is 222 (87.11% from 255 or 37.5% from 592); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93DE is #206C21. Grayscale: #B2B2B2. Windows color (decimal): -2124834 or 14586847. OLE color: 14586847.

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

Color convert

RGB 223 147 222 -
CMYK 0 0.34 0.00 0.13
HSL 300.79º 0.54% 0.73% -
HSV(B) 300.79º 0.34% 0.87% -
XYZ 54.05 41.83 74.33 -
YUV 178.27 152.68 159.9 -
System Red Green Blue C M Y K H S L
Decimal 223 147 222 0 0.34 0.00 0.13 300.79 0.54 0.73
Hex DF 93 DE 0 22 0 D 12D 36 49
Octal 337 223 336 0 42 0 15 455 66 111
Binary 11011111 10010011 11011110 0 100010 0 1101 100101101 110110 1001001

Color Harmonies of #DF93DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93DE

Black with #DF93DE

Text Example


Text Example

White with #DF93DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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