Html Css Color HEX #DF5F7F Dark Pink

📋 copy color: '#DF5F7F'

red 223 ◦ green 95 ◦ blue 127

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

Shades of Dark Pink #DF5F7F

Tints of Dark Pink #DF5F7F

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.35%

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

R = 50.11%
G = 21.35%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DF5F7F (or 0xDF5F7F) is known color: Dark Pink. HEX triplet: DF, 5F and 7F. RGB value is (223,95,127). Sum of RGB (Red+Green+Blue) = 223+95+127=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 127 (50% from 255 or 28.54% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF5F7F is #20A080. Grayscale: #888888. Windows color (decimal): -2138241 or 8347615. OLE color: 8347615.

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

Color convert

RGB 223 95 127 -
CMYK 0 0.57 0.43 0.13
HSL 345º 0.67% 0.62% -
HSV(B) 345º 0.57% 0.87% -
XYZ 38.35 25.4 22.96 -
YUV 136.92 122.41 189.4 -
System Red Green Blue C M Y K H S L
Decimal 223 95 127 0 0.57 0.43 0.13 345 0.67 0.62
Hex DF 5F 7F 0 39 2B D 159 43 3E
Octal 337 137 177 0 71 53 15 531 103 76
Binary 11011111 1011111 1111111 0 111001 101011 1101 101011001 1000011 111110

Color Harmonies of #DF5F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF5F7F

Black with #DF5F7F

Text Example


Text Example

White with #DF5F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF5F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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