Html Css Color HEX #DF607C Dark Pink

📋 copy color: '#DF607C'

red 223 ◦ green 96 ◦ blue 124

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

Shades of Dark Pink #DF607C

Tints of Dark Pink #DF607C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.67%

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

R = 50.34%
G = 21.67%
B = 27.99%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DF607C (or 0xDF607C) is known color: Dark Pink. HEX triplet: DF, 60 and 7C. RGB value is (223,96,124). Sum of RGB (Red+Green+Blue) = 223+96+124=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 96 (37.89% from 255 or 21.67% from 443); Blue value is 124 (48.83% from 255 or 27.99% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF607C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF607C is #209F83. Grayscale: #898989. Windows color (decimal): -2137988 or 8151263. OLE color: 8151263.

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

Color convert

RGB 223 96 124 -
CMYK 0 0.57 0.44 0.13
HSL 346.77º 0.66% 0.63% -
HSV(B) 346.77º 0.57% 0.87% -
XYZ 38.25 25.51 21.98 -
YUV 137.17 120.58 189.22 -
System Red Green Blue C M Y K H S L
Decimal 223 96 124 0 0.57 0.44 0.13 346.77 0.66 0.63
Hex DF 60 7C 0 39 2C D 15B 42 3F
Octal 337 140 174 0 71 54 15 533 102 77
Binary 11011111 1100000 1111100 0 111001 101100 1101 101011011 1000010 111111

Color Harmonies of #DF607C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF607C

Black with #DF607C

Text Example


Text Example

White with #DF607C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF607C; }

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

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

background-color css

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

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

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

border-color css

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

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

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