Html Css Color HEX #DB7F6B New York Pink

📋 copy color: '#DB7F6B'

red 219 ◦ green 127 ◦ blue 107

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

Shades of New York Pink #DB7F6B

Tints of New York Pink #DB7F6B

RGB

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

 GREEN value IS 127 (50% from 255) = 28.04%

 BLUE value IS 107 (42.19% from 255) = 23.62%

R = 48.34%
G = 28.04%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DB7F6B (or 0xDB7F6B) is known color: New York Pink. HEX triplet: DB, 7F and 6B. RGB value is (219,127,107). Sum of RGB (Red+Green+Blue) = 219+127+107=453 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.34% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 107 (42.19% from 255 or 23.62% from 453); Max value from RGB is 219 - color contains mainly: red. Hex color #DB7F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB7F6B is #248094. Grayscale: #989898. Windows color (decimal): -2392213 or 7045083. OLE color: 7045083.

HSL color Cylindrical-coordinate representation of color #DB7F6B: hue angle of 10.71º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DB7F6B is Cyan = 0, Magento = 0.42, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 127 107 -
CMYK 0 0.42 0.51 0.14
HSL 10.71º 0.61% 0.64% -
HSV(B) 10.71º 0.51% 0.86% -
XYZ 39.46 31.3 17.87 -
YUV 152.23 102.48 175.63 -
System Red Green Blue C M Y K H S L
Decimal 219 127 107 0 0.42 0.51 0.14 10.71 0.61 0.64
Hex DB 7F 6B 0 2A 33 E B 3D 40
Octal 333 177 153 0 52 63 16 13 75 100
Binary 11011011 1111111 1101011 0 101010 110011 1110 1011 111101 1000000

Color Harmonies of #DB7F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB7F6B

Black with #DB7F6B

Text Example


Text Example

White with #DB7F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB7F6B; }

 p { color: rgb(219,127,107); }

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

background-color css

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

 a { background-color: rgb(219,127,107); }

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

border-color css

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

 span { border-color: rgb(219,127,107); }

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