Html Css Color HEX #DB7870 New York Pink

📋 copy color: '#DB7870'

red 219 ◦ green 120 ◦ blue 112

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

Shades of New York Pink #DB7870

Tints of New York Pink #DB7870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.61%

 BLUE value IS 112 (44.14% from 255) = 24.83%

R = 48.56%
G = 26.61%
B = 24.83%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB7870 (or 0xDB7870) is known color: New York Pink. HEX triplet: DB, 78 and 70. RGB value is (219,120,112). Sum of RGB (Red+Green+Blue) = 219+120+112=451 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.56% from 451); Green value is 120 (47.27% from 255 or 26.61% from 451); Blue value is 112 (44.14% from 255 or 24.83% from 451); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7870 is #24878F. Grayscale: #949494. Windows color (decimal): -2394000 or 7370971. OLE color: 7370971.

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

Color convert

RGB 219 120 112 -
CMYK 0 0.45 0.49 0.14
HSL 4.49º 0.6% 0.65% -
HSV(B) 4.49º 0.49% 0.86% -
XYZ 38.85 29.66 19.01 -
YUV 148.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 219 120 112 0 0.45 0.49 0.14 4.49 0.6 0.65
Hex DB 78 70 0 2D 31 E 4 3C 41
Octal 333 170 160 0 55 61 16 4 74 101
Binary 11011011 1111000 1110000 0 101101 110001 1110 100 111100 1000001

Color Harmonies of #DB7870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7870

Black with #DB7870

Text Example


Text Example

White with #DB7870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7870; }

 p { color: rgb(219,120,112); }

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

background-color css

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

 a { background-color: rgb(219,120,112); }

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

border-color css

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

 span { border-color: rgb(219,120,112); }

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