Html Css Color HEX #DF93DF Plum

📋 copy color: '#DF93DF'

red 223 ◦ green 147 ◦ blue 223

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

Shades of Plum #DF93DF

Tints of Plum #DF93DF

RGB

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

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

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

R = 37.61%
G = 24.79%
B = 37.61%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DF93DF (or 0xDF93DF) is known color: Plum. HEX triplet: DF, 93 and DF. RGB value is (223,147,223). Sum of RGB (Red+Green+Blue) = 223+147+223=593 (78% of max value = 765). Red value is 223 (87.5% from 255 or 37.61% from 593); Green value is 147 (57.81% from 255 or 24.79% from 593); Blue value is 223 (87.5% from 255 or 37.61% from 593); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF93DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93DF is #206C20. Grayscale: #B2B2B2. Windows color (decimal): -2124833 or 14652383. OLE color: 14652383.

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

Color convert

RGB 223 147 223 -
CMYK 0 0.34 0 0.13
HSL 300º 0.54% 0.73% -
HSV(B) 300º 0.34% 0.87% -
XYZ 54.18 41.88 75.04 -
YUV 178.39 153.18 159.82 -
System Red Green Blue C M Y K H S L
Decimal 223 147 223 0 0.34 0 0.13 300 0.54 0.73
Hex DF 93 DF 0 22 0 D 12C 36 49
Octal 337 223 337 0 42 0 15 454 66 111
Binary 11011111 10010011 11011111 0 100010 0 1101 100101100 110110 1001001

Color Harmonies of #DF93DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93DF

Black with #DF93DF

Text Example


Text Example

White with #DF93DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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