Html Css Color HEX #DB7E75 New York Pink

📋 copy color: '#DB7E75'

red 219 ◦ green 126 ◦ blue 117

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

Shades of New York Pink #DB7E75

Tints of New York Pink #DB7E75

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

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

R = 47.4%
G = 27.27%
B = 25.32%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7E75 (or 0xDB7E75) is known color: New York Pink. HEX triplet: DB, 7E and 75. RGB value is (219,126,117). Sum of RGB (Red+Green+Blue) = 219+126+117=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7E75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7E75 is #24818A. Grayscale: #989898. Windows color (decimal): -2392459 or 7700187. OLE color: 7700187.

HSL color Cylindrical-coordinate representation of color #DB7E75: hue angle of 5.29º 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 #DB7E75 is Cyan = 0, Magento = 0.42, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 126 117 -
CMYK 0 0.42 0.47 0.14
HSL 5.29º 0.59% 0.66% -
HSV(B) 5.29º 0.47% 0.86% -
XYZ 39.89 31.27 20.76 -
YUV 152.78 107.81 175.23 -
System Red Green Blue C M Y K H S L
Decimal 219 126 117 0 0.42 0.47 0.14 5.29 0.59 0.66
Hex DB 7E 75 0 2A 2F E 5 3B 42
Octal 333 176 165 0 52 57 16 5 73 102
Binary 11011011 1111110 1110101 0 101010 101111 1110 101 111011 1000010

Color Harmonies of #DB7E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7E75

Black with #DB7E75

Text Example


Text Example

White with #DB7E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7E75; }

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

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

background-color css

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

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

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

border-color css

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

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

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