Html Css Color HEX #DB7D75 New York Pink

📋 copy color: '#DB7D75'

red 219 ◦ green 125 ◦ blue 117

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

Shades of New York Pink #DB7D75

Tints of New York Pink #DB7D75

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

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

R = 47.51%
G = 27.11%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7D75 (or 0xDB7D75) is known color: New York Pink. HEX triplet: DB, 7D and 75. RGB value is (219,125,117). Sum of RGB (Red+Green+Blue) = 219+125+117=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7D75 is #24828A. Grayscale: #989898. Windows color (decimal): -2392715 or 7699931. OLE color: 7699931.

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

Color convert

RGB 219 125 117 -
CMYK 0 0.43 0.47 0.14
HSL 4.71º 0.59% 0.66% -
HSV(B) 4.71º 0.47% 0.86% -
XYZ 39.76 31.01 20.72 -
YUV 152.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 219 125 117 0 0.43 0.47 0.14 4.71 0.59 0.66
Hex DB 7D 75 0 2B 2F E 5 3B 42
Octal 333 175 165 0 53 57 16 5 73 102
Binary 11011011 1111101 1110101 0 101011 101111 1110 101 111011 1000010

Color Harmonies of #DB7D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7D75

Black with #DB7D75

Text Example


Text Example

White with #DB7D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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