Html Css Color HEX #DF8272 New York Pink

📋 copy color: '#DF8272'

red 223 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #DF8272

Tints of New York Pink #DF8272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.41%

R = 47.75%
G = 27.84%
B = 24.41%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF8272 (or 0xDF8272) is known color: New York Pink. HEX triplet: DF, 82 and 72. RGB value is (223,130,114). Sum of RGB (Red+Green+Blue) = 223+130+114=467 (61% of max value = 765). Red value is 223 (87.5% from 255 or 47.75% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 114 (44.92% from 255 or 24.41% from 467); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8272 is #207D8D. Grayscale: #9C9C9C. Windows color (decimal): -2129294 or 7504607. OLE color: 7504607.

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

Color convert

RGB 223 130 114 -
CMYK 0 0.42 0.49 0.13
HSL 8.81º 0.63% 0.66% -
HSV(B) 8.81º 0.49% 0.87% -
XYZ 41.45 32.87 20.08 -
YUV 155.98 104.31 175.8 -
System Red Green Blue C M Y K H S L
Decimal 223 130 114 0 0.42 0.49 0.13 8.81 0.63 0.66
Hex DF 82 72 0 2A 31 D 9 3F 42
Octal 337 202 162 0 52 61 15 11 77 102
Binary 11011111 10000010 1110010 0 101010 110001 1101 1001 111111 1000010

Color Harmonies of #DF8272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8272

Black with #DF8272

Text Example


Text Example

White with #DF8272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8272; }

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

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

background-color css

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

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

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

border-color css

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

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

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