Html Css Color HEX #DF607D Dark Pink

📋 copy color: '#DF607D'

red 223 ◦ green 96 ◦ blue 125

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

Shades of Dark Pink #DF607D

Tints of Dark Pink #DF607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 28.15%

R = 50.23%
G = 21.62%
B = 28.15%

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

#DF607D (or 0xDF607D) is known color: Dark Pink. HEX triplet: DF, 60 and 7D. RGB value is (223,96,125). Sum of RGB (Red+Green+Blue) = 223+96+125=444 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.23% from 444); Green value is 96 (37.89% from 255 or 21.62% from 444); Blue value is 125 (49.22% from 255 or 28.15% from 444); Max value from RGB is 223 - color contains mainly: red. Hex color #DF607D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF607D is #209F82. Grayscale: #898989. Windows color (decimal): -2137987 or 8216799. OLE color: 8216799.

HSL color Cylindrical-coordinate representation of color #DF607D: hue angle of 346.3º 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 #DF607D is Cyan = 0, Magento = 0.57, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 96 125 -
CMYK 0 0.57 0.44 0.13
HSL 346.3º 0.66% 0.63% -
HSV(B) 346.3º 0.57% 0.87% -
XYZ 38.32 25.53 22.31 -
YUV 137.28 121.08 189.14 -
System Red Green Blue C M Y K H S L
Decimal 223 96 125 0 0.57 0.44 0.13 346.3 0.66 0.63
Hex DF 60 7D 0 39 2C D 15A 42 3F
Octal 337 140 175 0 71 54 15 532 102 77
Binary 11011111 1100000 1111101 0 111001 101100 1101 101011010 1000010 111111

Color Harmonies of #DF607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF607D

Black with #DF607D

Text Example


Text Example

White with #DF607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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