Html Css Color HEX #DB7B75 New York Pink

📋 copy color: '#DB7B75'

red 219 ◦ green 123 ◦ blue 117

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

Shades of New York Pink #DB7B75

Tints of New York Pink #DB7B75

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.8%

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

R = 47.71%
G = 26.8%
B = 25.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB7B75 (or 0xDB7B75) is known color: New York Pink. HEX triplet: DB, 7B and 75. RGB value is (219,123,117). Sum of RGB (Red+Green+Blue) = 219+123+117=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 123 (48.44% from 255 or 26.80% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7B75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7B75 is #24848A. Grayscale: #979797. Windows color (decimal): -2393227 or 7699419. OLE color: 7699419.

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

Color convert

RGB 219 123 117 -
CMYK 0 0.44 0.47 0.14
HSL 3.53º 0.59% 0.66% -
HSV(B) 3.53º 0.47% 0.86% -
XYZ 39.51 30.51 20.64 -
YUV 151.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 219 123 117 0 0.44 0.47 0.14 3.53 0.59 0.66
Hex DB 7B 75 0 2C 2F E 4 3B 42
Octal 333 173 165 0 54 57 16 4 73 102
Binary 11011011 1111011 1110101 0 101100 101111 1110 100 111011 1000010

Color Harmonies of #DB7B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7B75

Black with #DB7B75

Text Example


Text Example

White with #DB7B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7B75; }

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

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

background-color css

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

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

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

border-color css

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

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

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