Html Css Color HEX #DF7B6D New York Pink

📋 copy color: '#DF7B6D'

red 223 ◦ green 123 ◦ blue 109

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

Shades of New York Pink #DF7B6D

Tints of New York Pink #DF7B6D

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.03%

 BLUE value IS 109 (42.97% from 255) = 23.96%

R = 49.01%
G = 27.03%
B = 23.96%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.13

RGB Variations

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

Color information

#DF7B6D (or 0xDF7B6D) is known color: New York Pink. HEX triplet: DF, 7B and 6D. RGB value is (223,123,109). Sum of RGB (Red+Green+Blue) = 223+123+109=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7B6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7B6D is #208492. Grayscale: #979797. Windows color (decimal): -2131091 or 7175135. OLE color: 7175135.

HSL color Cylindrical-coordinate representation of color #DF7B6D: hue angle of 7.37º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DF7B6D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 123 109 -
CMYK 0 0.45 0.51 0.13
HSL 7.37º 0.64% 0.65% -
HSV(B) 7.37º 0.51% 0.87% -
XYZ 40.27 30.96 18.32 -
YUV 151.3 104.13 179.14 -
System Red Green Blue C M Y K H S L
Decimal 223 123 109 0 0.45 0.51 0.13 7.37 0.64 0.65
Hex DF 7B 6D 0 2D 33 D 7 40 41
Octal 337 173 155 0 55 63 15 7 100 101
Binary 11011111 1111011 1101101 0 101101 110011 1101 111 1000000 1000001

Color Harmonies of #DF7B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF7B6D

Black with #DF7B6D

Text Example


Text Example

White with #DF7B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF7B6D; }

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

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

background-color css

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

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

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

border-color css

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

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

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