Html Css Color HEX #DF8177 New York Pink

📋 copy color: '#DF8177'

red 223 ◦ green 129 ◦ blue 119

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

Shades of New York Pink #DF8177

Tints of New York Pink #DF8177

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.39%

 BLUE value IS 119 (46.88% from 255) = 25.27%

R = 47.35%
G = 27.39%
B = 25.27%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.13

RGB Variations

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

Color information

#DF8177 (or 0xDF8177) is known color: New York Pink. HEX triplet: DF, 81 and 77. RGB value is (223,129,119). Sum of RGB (Red+Green+Blue) = 223+129+119=471 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.35% from 471); Green value is 129 (50.78% from 255 or 27.39% from 471); Blue value is 119 (46.88% from 255 or 25.27% from 471); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8177 is #207E88. Grayscale: #9C9C9C. Windows color (decimal): -2129545 or 7832031. OLE color: 7832031.

HSL color Cylindrical-coordinate representation of color #DF8177: hue angle of 5.77º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DF8177 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 129 119 -
CMYK 0 0.42 0.47 0.13
HSL 5.77º 0.62% 0.67% -
HSV(B) 5.77º 0.47% 0.87% -
XYZ 41.61 32.72 21.58 -
YUV 155.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 223 129 119 0 0.42 0.47 0.13 5.77 0.62 0.67
Hex DF 81 77 0 2A 2F D 6 3E 43
Octal 337 201 167 0 52 57 15 6 76 103
Binary 11011111 10000001 1110111 0 101010 101111 1101 110 111110 1000011

Color Harmonies of #DF8177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8177

Black with #DF8177

Text Example


Text Example

White with #DF8177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8177; }

 p { color: rgb(223,129,119); }

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

background-color css

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

 a { background-color: rgb(223,129,119); }

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

border-color css

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

 span { border-color: rgb(223,129,119); }

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