Html Css Color HEX #DB8572 New York Pink

📋 copy color: '#DB8572'

red 219 ◦ green 133 ◦ blue 114

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

Shades of New York Pink #DB8572

Tints of New York Pink #DB8572

RGB

 RED value IS 219 (85.94% from 255) = 47%

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

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

R = 47%
G = 28.54%
B = 24.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB8572 (or 0xDB8572) is known color: New York Pink. HEX triplet: DB, 85 and 72. RGB value is (219,133,114). Sum of RGB (Red+Green+Blue) = 219+133+114=466 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.00% from 466); Green value is 133 (52.34% from 255 or 28.54% from 466); Blue value is 114 (44.92% from 255 or 24.46% from 466); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8572 is #247A8D. Grayscale: #9C9C9C. Windows color (decimal): -2390670 or 7505371. OLE color: 7505371.

HSL color Cylindrical-coordinate representation of color #DB8572: hue angle of 10.86º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DB8572 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 133 114 -
CMYK 0 0.39 0.48 0.14
HSL 10.86º 0.59% 0.65% -
HSV(B) 10.86º 0.48% 0.86% -
XYZ 40.64 33.05 20.16 -
YUV 156.55 103.99 172.54 -
System Red Green Blue C M Y K H S L
Decimal 219 133 114 0 0.39 0.48 0.14 10.86 0.59 0.65
Hex DB 85 72 0 27 30 E B 3B 41
Octal 333 205 162 0 47 60 16 13 73 101
Binary 11011011 10000101 1110010 0 100111 110000 1110 1011 111011 1000001

Color Harmonies of #DB8572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8572

Black with #DB8572

Text Example


Text Example

White with #DB8572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8572; }

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

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

background-color css

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

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

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

border-color css

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

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

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