Html Css Color HEX #DB826F New York Pink

📋 copy color: '#DB826F'

red 219 ◦ green 130 ◦ blue 111

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

Shades of New York Pink #DB826F

Tints of New York Pink #DB826F

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.26%

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

R = 47.61%
G = 28.26%
B = 24.13%

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

#DB826F (or 0xDB826F) is known color: New York Pink. HEX triplet: DB, 82 and 6F. RGB value is (219,130,111). Sum of RGB (Red+Green+Blue) = 219+130+111=460 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.61% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 111 (43.75% from 255 or 24.13% from 460); Max value from RGB is 219 - color contains mainly: red. Hex color #DB826F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB826F is #247D90. Grayscale: #9A9A9A. Windows color (decimal): -2391441 or 7307995. OLE color: 7307995.

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

Color convert

RGB 219 130 111 -
CMYK 0 0.41 0.49 0.14
HSL 10.56º 0.6% 0.65% -
HSV(B) 10.56º 0.49% 0.86% -
XYZ 40.07 32.17 19.14 -
YUV 154.45 103.49 174.04 -
System Red Green Blue C M Y K H S L
Decimal 219 130 111 0 0.41 0.49 0.14 10.56 0.6 0.65
Hex DB 82 6F 0 29 31 E B 3C 41
Octal 333 202 157 0 51 61 16 13 74 101
Binary 11011011 10000010 1101111 0 101001 110001 1110 1011 111100 1000001

Color Harmonies of #DB826F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB826F

Black with #DB826F

Text Example


Text Example

White with #DB826F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB826F; }

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

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

background-color css

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

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

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

border-color css

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

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

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