Html Css Color HEX #DB846F New York Pink

📋 copy color: '#DB846F'

red 219 ◦ green 132 ◦ blue 111

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

Shades of New York Pink #DB846F

Tints of New York Pink #DB846F

RGB

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

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

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

R = 47.4%
G = 28.57%
B = 24.03%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB846F (or 0xDB846F) is known color: New York Pink. HEX triplet: DB, 84 and 6F. RGB value is (219,132,111). Sum of RGB (Red+Green+Blue) = 219+132+111=462 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.40% from 462); Green value is 132 (51.95% from 255 or 28.57% from 462); Blue value is 111 (43.75% from 255 or 24.03% from 462); Max value from RGB is 219 - color contains mainly: red. Hex color #DB846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB846F is #247B90. Grayscale: #9B9B9B. Windows color (decimal): -2390929 or 7308507. OLE color: 7308507.

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

Color convert

RGB 219 132 111 -
CMYK 0 0.40 0.49 0.14
HSL 11.67º 0.6% 0.65% -
HSV(B) 11.67º 0.49% 0.86% -
XYZ 40.33 32.71 19.23 -
YUV 155.62 102.82 173.21 -
System Red Green Blue C M Y K H S L
Decimal 219 132 111 0 0.40 0.49 0.14 11.67 0.6 0.65
Hex DB 84 6F 0 28 31 E C 3C 41
Octal 333 204 157 0 50 61 16 14 74 101
Binary 11011011 10000100 1101111 0 101000 110001 1110 1100 111100 1000001

Color Harmonies of #DB846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB846F

Black with #DB846F

Text Example


Text Example

White with #DB846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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