Html Css Color HEX #DC5F7F Dark Pink

📋 copy color: '#DC5F7F'

red 220 ◦ green 95 ◦ blue 127

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

Shades of Dark Pink #DC5F7F

Tints of Dark Pink #DC5F7F

RGB

 RED value IS 220 (86.33% from 255) = 49.77%

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

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

R = 49.77%
G = 21.49%
B = 28.73%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC5F7F (or 0xDC5F7F) is known color: Dark Pink. HEX triplet: DC, 5F and 7F. RGB value is (220,95,127). Sum of RGB (Red+Green+Blue) = 220+95+127=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 127 (50% from 255 or 28.73% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC5F7F is #23A080. Grayscale: #888888. Windows color (decimal): -2334849 or 8347612. OLE color: 8347612.

HSL color Cylindrical-coordinate representation of color #DC5F7F: hue angle of 344.64º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DC5F7F is Cyan = 0, Magento = 0.57, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 95 127 -
CMYK 0 0.57 0.42 0.14
HSL 344.64º 0.64% 0.62% -
HSV(B) 344.64º 0.57% 0.86% -
XYZ 37.44 24.93 22.92 -
YUV 136.02 122.91 187.9 -
System Red Green Blue C M Y K H S L
Decimal 220 95 127 0 0.57 0.42 0.14 344.64 0.64 0.62
Hex DC 5F 7F 0 39 2A E 159 40 3E
Octal 334 137 177 0 71 52 16 531 100 76
Binary 11011100 1011111 1111111 0 111001 101010 1110 101011001 1000000 111110

Color Harmonies of #DC5F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5F7F

Black with #DC5F7F

Text Example


Text Example

White with #DC5F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5F7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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