Html Css Color HEX #DF8278 New York Pink

📋 copy color: '#DF8278'

red 223 ◦ green 130 ◦ blue 120

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

Shades of New York Pink #DF8278

Tints of New York Pink #DF8278

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.48%

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

R = 47.15%
G = 27.48%
B = 25.37%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.13

RGB Variations

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

Color information

#DF8278 (or 0xDF8278) is known color: New York Pink. HEX triplet: DF, 82 and 78. RGB value is (223,130,120). Sum of RGB (Red+Green+Blue) = 223+130+120=473 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.15% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8278 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8278 is #207D87. Grayscale: #9C9C9C. Windows color (decimal): -2129288 or 7897823. OLE color: 7897823.

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

Color convert

RGB 223 130 120 -
CMYK 0 0.42 0.46 0.13
HSL 5.83º 0.62% 0.67% -
HSV(B) 5.83º 0.46% 0.87% -
XYZ 41.8 33.01 21.94 -
YUV 156.67 107.31 175.31 -
System Red Green Blue C M Y K H S L
Decimal 223 130 120 0 0.42 0.46 0.13 5.83 0.62 0.67
Hex DF 82 78 0 2A 2E D 6 3E 43
Octal 337 202 170 0 52 56 15 6 76 103
Binary 11011111 10000010 1111000 0 101010 101110 1101 110 111110 1000011

Color Harmonies of #DF8278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8278

Black with #DF8278

Text Example


Text Example

White with #DF8278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8278; }

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

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

background-color css

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

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

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

border-color css

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

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

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