Html Css Color HEX #DF8572 New York Pink

📋 copy color: '#DF8572'

red 223 ◦ green 133 ◦ blue 114

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

Shades of New York Pink #DF8572

Tints of New York Pink #DF8572

RGB

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

 GREEN value IS 133 (52.34% from 255) = 28.3%

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

R = 47.45%
G = 28.3%
B = 24.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#DF8572 (or 0xDF8572) is known color: New York Pink. HEX triplet: DF, 85 and 72. RGB value is (223,133,114). Sum of RGB (Red+Green+Blue) = 223+133+114=470 (62% of max value = 765). Red value is 223 (87.5% from 255 or 47.45% from 470); Green value is 133 (52.34% from 255 or 28.30% from 470); Blue value is 114 (44.92% from 255 or 24.26% from 470); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8572 is #207A8D. Grayscale: #9D9D9D. Windows color (decimal): -2128526 or 7505375. OLE color: 7505375.

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

Color convert

RGB 223 133 114 -
CMYK 0 0.40 0.49 0.13
HSL 10.46º 0.63% 0.66% -
HSV(B) 10.46º 0.49% 0.87% -
XYZ 41.86 33.68 20.21 -
YUV 157.74 103.32 174.54 -
System Red Green Blue C M Y K H S L
Decimal 223 133 114 0 0.40 0.49 0.13 10.46 0.63 0.66
Hex DF 85 72 0 28 31 D A 3F 42
Octal 337 205 162 0 50 61 15 12 77 102
Binary 11011111 10000101 1110010 0 101000 110001 1101 1010 111111 1000010

Color Harmonies of #DF8572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF8572

Black with #DF8572

Text Example


Text Example

White with #DF8572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF8572; }

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

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

background-color css

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

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

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

border-color css

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

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

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