Html Css Color HEX #DF5593 Dark Pink

📋 copy color: '#DF5593'

red 223 ◦ green 85 ◦ blue 147

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

Shades of Dark Pink #DF5593

Tints of Dark Pink #DF5593

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.68%

 BLUE value IS 147 (57.81% from 255) = 32.31%

R = 49.01%
G = 18.68%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.34

 K value IS 0.13

RGB Variations

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

Color information

#DF5593 (or 0xDF5593) is known color: Dark Pink. HEX triplet: DF, 55 and 93. RGB value is (223,85,147). Sum of RGB (Red+Green+Blue) = 223+85+147=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 147 (57.81% from 255 or 32.31% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5593 is #20AA6C. Grayscale: #858585. Windows color (decimal): -2140781 or 9655775. OLE color: 9655775.

HSL color Cylindrical-coordinate representation of color #DF5593: hue angle of 333.04º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DF5593 is Cyan = 0, Magento = 0.62, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 85 147 -
CMYK 0 0.62 0.34 0.13
HSL 333.04º 0.68% 0.6% -
HSV(B) 333.04º 0.62% 0.87% -
XYZ 38.95 24.29 30.24 -
YUV 133.33 135.72 191.96 -
System Red Green Blue C M Y K H S L
Decimal 223 85 147 0 0.62 0.34 0.13 333.04 0.68 0.6
Hex DF 55 93 0 3E 22 D 14D 44 3C
Octal 337 125 223 0 76 42 15 515 104 74
Binary 11011111 1010101 10010011 0 111110 100010 1101 101001101 1000100 111100

Color Harmonies of #DF5593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5593

Black with #DF5593

Text Example


Text Example

White with #DF5593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5593; }

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

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

background-color css

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

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

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

border-color css

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

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

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