Html Css Color HEX #DF5C7C Dark Pink

📋 copy color: '#DF5C7C'

red 223 ◦ green 92 ◦ blue 124

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

Shades of Dark Pink #DF5C7C

Tints of Dark Pink #DF5C7C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.96%

 BLUE value IS 124 (48.83% from 255) = 28.25%

R = 50.8%
G = 20.96%
B = 28.25%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF5C7C (or 0xDF5C7C) is known color: Dark Pink. HEX triplet: DF, 5C and 7C. RGB value is (223,92,124). Sum of RGB (Red+Green+Blue) = 223+92+124=439 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.80% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 124 (48.83% from 255 or 28.25% from 439); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5C7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5C7C is #20A383. Grayscale: #868686. Windows color (decimal): -2139012 or 8150239. OLE color: 8150239.

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

Color convert

RGB 223 92 124 -
CMYK 0 0.59 0.44 0.13
HSL 345.34º 0.67% 0.62% -
HSV(B) 345.34º 0.59% 0.87% -
XYZ 37.9 24.8 21.86 -
YUV 134.82 121.9 190.9 -
System Red Green Blue C M Y K H S L
Decimal 223 92 124 0 0.59 0.44 0.13 345.34 0.67 0.62
Hex DF 5C 7C 0 3B 2C D 159 43 3E
Octal 337 134 174 0 73 54 15 531 103 76
Binary 11011111 1011100 1111100 0 111011 101100 1101 101011001 1000011 111110

Color Harmonies of #DF5C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5C7C

Black with #DF5C7C

Text Example


Text Example

White with #DF5C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5C7C; }

 p { color: rgb(223,92,124); }

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

background-color css

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

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

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

border-color css

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

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

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