Html Css Color HEX #DB816F New York Pink

📋 copy color: '#DB816F'

red 219 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #DB816F

Tints of New York Pink #DB816F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.1%

 BLUE value IS 111 (43.75% from 255) = 24.18%

R = 47.71%
G = 28.1%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB816F (or 0xDB816F) is known color: New York Pink. HEX triplet: DB, 81 and 6F. RGB value is (219,129,111). Sum of RGB (Red+Green+Blue) = 219+129+111=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 111 (43.75% from 255 or 24.18% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB816F is #247E90. Grayscale: #9A9A9A. Windows color (decimal): -2391697 or 7307739. OLE color: 7307739.

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

Color convert

RGB 219 129 111 -
CMYK 0 0.41 0.49 0.14
HSL 10º 0.6% 0.65% -
HSV(B) 10º 0.49% 0.86% -
XYZ 39.93 31.91 19.09 -
YUV 153.86 103.82 174.46 -
System Red Green Blue C M Y K H S L
Decimal 219 129 111 0 0.41 0.49 0.14 10 0.6 0.65
Hex DB 81 6F 0 29 31 E A 3C 41
Octal 333 201 157 0 51 61 16 12 74 101
Binary 11011011 10000001 1101111 0 101001 110001 1110 1010 111100 1000001

Color Harmonies of #DB816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB816F

Black with #DB816F

Text Example


Text Example

White with #DB816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB816F; }

 p { color: rgb(219,129,111); }

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

background-color css

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

 a { background-color: rgb(219,129,111); }

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

border-color css

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

 span { border-color: rgb(219,129,111); }

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