Html Css Color HEX #DF8478 New York Pink

📋 copy color: '#DF8478'

red 223 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #DF8478

Tints of New York Pink #DF8478

RGB

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

 GREEN value IS 132 (51.95% from 255) = 27.79%

 BLUE value IS 120 (47.27% from 255) = 25.26%

R = 46.95%
G = 27.79%
B = 25.26%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF8478 (or 0xDF8478) is known color: New York Pink. HEX triplet: DF, 84 and 78. RGB value is (223,132,120). Sum of RGB (Red+Green+Blue) = 223+132+120=475 (62% of max value = 765). Red value is 223 (87.5% from 255 or 46.95% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8478 is #207B87. Grayscale: #9D9D9D. Windows color (decimal): -2128776 or 7898335. OLE color: 7898335.

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

Color convert

RGB 223 132 120 -
CMYK 0 0.41 0.46 0.13
HSL 6.99º 0.62% 0.67% -
HSV(B) 6.99º 0.46% 0.87% -
XYZ 42.07 33.55 22.03 -
YUV 157.84 106.65 174.48 -
System Red Green Blue C M Y K H S L
Decimal 223 132 120 0 0.41 0.46 0.13 6.99 0.62 0.67
Hex DF 84 78 0 29 2E D 7 3E 43
Octal 337 204 170 0 51 56 15 7 76 103
Binary 11011111 10000100 1111000 0 101001 101110 1101 111 111110 1000011

Color Harmonies of #DF8478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8478

Black with #DF8478

Text Example


Text Example

White with #DF8478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8478; }

 p { color: rgb(223,132,120); }

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

background-color css

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

 a { background-color: rgb(223,132,120); }

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

border-color css

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

 span { border-color: rgb(223,132,120); }

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