Html Css Color HEX #DF5E7F Dark Pink

📋 copy color: '#DF5E7F'

red 223 ◦ green 94 ◦ blue 127

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

Shades of Dark Pink #DF5E7F

Tints of Dark Pink #DF5E7F

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.17%

 BLUE value IS 127 (50% from 255) = 28.6%

R = 50.23%
G = 21.17%
B = 28.6%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF5E7F (or 0xDF5E7F) is known color: Dark Pink. HEX triplet: DF, 5E and 7F. RGB value is (223,94,127). Sum of RGB (Red+Green+Blue) = 223+94+127=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 94 (37.11% from 255 or 21.17% from 444); Blue value is 127 (50% from 255 or 28.60% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5E7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5E7F is #20A180. Grayscale: #888888. Windows color (decimal): -2138497 or 8347359. OLE color: 8347359.

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

Color convert

RGB 223 94 127 -
CMYK 0 0.58 0.43 0.13
HSL 344.65º 0.67% 0.62% -
HSV(B) 344.65º 0.58% 0.87% -
XYZ 38.26 25.23 22.93 -
YUV 136.33 122.74 189.82 -
System Red Green Blue C M Y K H S L
Decimal 223 94 127 0 0.58 0.43 0.13 344.65 0.67 0.62
Hex DF 5E 7F 0 3A 2B D 159 43 3E
Octal 337 136 177 0 72 53 15 531 103 76
Binary 11011111 1011110 1111111 0 111010 101011 1101 101011001 1000011 111110

Color Harmonies of #DF5E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5E7F

Black with #DF5E7F

Text Example


Text Example

White with #DF5E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5E7F; }

 p { color: rgb(223,94,127); }

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

background-color css

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

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

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

border-color css

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

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

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