Html Css Color HEX #DF93CF Plum

📋 copy color: '#DF93CF'

red 223 ◦ green 147 ◦ blue 207

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

Shades of Plum #DF93CF

Tints of Plum #DF93CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 35.88%

R = 38.65%
G = 25.48%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DF93CF (or 0xDF93CF) is known color: Plum. HEX triplet: DF, 93 and CF. RGB value is (223,147,207). Sum of RGB (Red+Green+Blue) = 223+147+207=577 (76% of max value = 765). Red value is 223 (87.5% from 255 or 38.65% from 577); Green value is 147 (57.81% from 255 or 25.48% from 577); Blue value is 207 (81.25% from 255 or 35.88% from 577); Max value from RGB is 223 - color contains mainly: red. Hex color #DF93CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DF93CF is #206C30. Grayscale: #B0B0B0. Windows color (decimal): -2124849 or 13603807. OLE color: 13603807.

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

Color convert

RGB 223 147 207 -
CMYK 0 0.34 0.07 0.13
HSL 312.63º 0.54% 0.73% -
HSV(B) 312.63º 0.34% 0.87% -
XYZ 52.13 41.06 64.21 -
YUV 176.56 145.18 161.12 -
System Red Green Blue C M Y K H S L
Decimal 223 147 207 0 0.34 0.07 0.13 312.63 0.54 0.73
Hex DF 93 CF 0 22 7 D 139 36 49
Octal 337 223 317 0 42 7 15 471 66 111
Binary 11011111 10010011 11001111 0 100010 111 1101 100111001 110110 1001001

Color Harmonies of #DF93CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF93CF

Black with #DF93CF

Text Example


Text Example

White with #DF93CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF93CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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