Html Css Color HEX #DB846D New York Pink

📋 copy color: '#DB846D'

red 219 ◦ green 132 ◦ blue 109

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

Shades of New York Pink #DB846D

Tints of New York Pink #DB846D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 28.7%

 BLUE value IS 109 (42.97% from 255) = 23.7%

R = 47.61%
G = 28.7%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB846D (or 0xDB846D) is known color: New York Pink. HEX triplet: DB, 84 and 6D. RGB value is (219,132,109). Sum of RGB (Red+Green+Blue) = 219+132+109=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 109 (42.97% from 255 or 23.70% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB846D is #247B92. Grayscale: #9B9B9B. Windows color (decimal): -2390931 or 7177435. OLE color: 7177435.

HSL color Cylindrical-coordinate representation of color #DB846D: hue angle of 12.55º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB846D is Cyan = 0, Magento = 0.40, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 132 109 -
CMYK 0 0.40 0.50 0.14
HSL 12.55º 0.6% 0.64% -
HSV(B) 12.55º 0.5% 0.86% -
XYZ 40.23 32.67 18.65 -
YUV 155.39 101.82 173.37 -
System Red Green Blue C M Y K H S L
Decimal 219 132 109 0 0.40 0.50 0.14 12.55 0.6 0.64
Hex DB 84 6D 0 28 32 E D 3C 40
Octal 333 204 155 0 50 62 16 15 74 100
Binary 11011011 10000100 1101101 0 101000 110010 1110 1101 111100 1000000

Color Harmonies of #DB846D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB846D

Black with #DB846D

Text Example


Text Example

White with #DB846D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB846D; }

 p { color: rgb(219,132,109); }

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

background-color css

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

 a { background-color: rgb(219,132,109); }

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

border-color css

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

 span { border-color: rgb(219,132,109); }

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