Html Css Color HEX #DF607B Dark Pink

📋 copy color: '#DF607B'

red 223 ◦ green 96 ◦ blue 123

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

Shades of Dark Pink #DF607B

Tints of Dark Pink #DF607B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 27.83%

R = 50.45%
G = 21.72%
B = 27.83%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DF607B (or 0xDF607B) is known color: Dark Pink. HEX triplet: DF, 60 and 7B. RGB value is (223,96,123). Sum of RGB (Red+Green+Blue) = 223+96+123=442 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.45% from 442); Green value is 96 (37.89% from 255 or 21.72% from 442); Blue value is 123 (48.44% from 255 or 27.83% from 442); Max value from RGB is 223 - color contains mainly: red. Hex color #DF607B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF607B is #209F84. Grayscale: #898989. Windows color (decimal): -2137989 or 8085727. OLE color: 8085727.

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

Color convert

RGB 223 96 123 -
CMYK 0 0.57 0.45 0.13
HSL 347.24º 0.66% 0.63% -
HSV(B) 347.24º 0.57% 0.87% -
XYZ 38.19 25.48 21.64 -
YUV 137.05 120.08 189.3 -
System Red Green Blue C M Y K H S L
Decimal 223 96 123 0 0.57 0.45 0.13 347.24 0.66 0.63
Hex DF 60 7B 0 39 2D D 15B 42 3F
Octal 337 140 173 0 71 55 15 533 102 77
Binary 11011111 1100000 1111011 0 111001 101101 1101 101011011 1000010 111111

Color Harmonies of #DF607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF607B

Black with #DF607B

Text Example


Text Example

White with #DF607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF607B; }

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

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

background-color css

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

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

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

border-color css

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

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

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