Html Css Color HEX #DB8575 New York Pink

📋 copy color: '#DB8575'

red 219 ◦ green 133 ◦ blue 117

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

Shades of New York Pink #DB8575

Tints of New York Pink #DB8575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 24.95%

R = 46.7%
G = 28.36%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB8575 (or 0xDB8575) is known color: New York Pink. HEX triplet: DB, 85 and 75. RGB value is (219,133,117). Sum of RGB (Red+Green+Blue) = 219+133+117=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 117 (46.09% from 255 or 24.95% from 469); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB8575 is #247A8A. Grayscale: #9D9D9D. Windows color (decimal): -2390667 or 7701979. OLE color: 7701979.

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

Color convert

RGB 219 133 117 -
CMYK 0 0.39 0.47 0.14
HSL 9.41º 0.59% 0.66% -
HSV(B) 9.41º 0.47% 0.86% -
XYZ 40.81 33.12 21.07 -
YUV 156.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 219 133 117 0 0.39 0.47 0.14 9.41 0.59 0.66
Hex DB 85 75 0 27 2F E 9 3B 42
Octal 333 205 165 0 47 57 16 11 73 102
Binary 11011011 10000101 1110101 0 100111 101111 1110 1001 111011 1000010

Color Harmonies of #DB8575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB8575

Black with #DB8575

Text Example


Text Example

White with #DB8575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB8575; }

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

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

background-color css

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

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

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

border-color css

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

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

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