Html Css Color HEX #DF93CE Plum

📋 copy color: '#DF93CE'

red 223 ◦ green 147 ◦ blue 206

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

Shades of Plum #DF93CE

Tints of Plum #DF93CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 35.76%

R = 38.72%
G = 25.52%
B = 35.76%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DF93CE (or 0xDF93CE) is known color: Plum. HEX triplet: DF, 93 and CE. RGB value is (223,147,206). Sum of RGB (Red+Green+Blue) = 223+147+206=576 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.72% from 576); Green value is 147 (57.81% from 255 or 25.52% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93CE is #206C31. Grayscale: #B0B0B0. Windows color (decimal): -2124850 or 13538271. OLE color: 13538271.

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

Color convert

RGB 223 147 206 -
CMYK 0 0.34 0.08 0.13
HSL 313.42º 0.54% 0.73% -
HSV(B) 313.42º 0.34% 0.87% -
XYZ 52.01 41.01 63.57 -
YUV 176.45 144.68 161.2 -
System Red Green Blue C M Y K H S L
Decimal 223 147 206 0 0.34 0.08 0.13 313.42 0.54 0.73
Hex DF 93 CE 0 22 8 D 139 36 49
Octal 337 223 316 0 42 10 15 471 66 111
Binary 11011111 10010011 11001110 0 100010 1000 1101 100111001 110110 1001001

Color Harmonies of #DF93CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93CE

Black with #DF93CE

Text Example


Text Example

White with #DF93CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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