Html Css Color HEX #DB826E New York Pink

📋 copy color: '#DB826E'

red 219 ◦ green 130 ◦ blue 110

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

Shades of New York Pink #DB826E

Tints of New York Pink #DB826E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 23.97%

R = 47.71%
G = 28.32%
B = 23.97%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DB826E (or 0xDB826E) is known color: New York Pink. HEX triplet: DB, 82 and 6E. RGB value is (219,130,110). Sum of RGB (Red+Green+Blue) = 219+130+110=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB826E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB826E is #247D91. Grayscale: #9A9A9A. Windows color (decimal): -2391442 or 7242459. OLE color: 7242459.

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

Color convert

RGB 219 130 110 -
CMYK 0 0.41 0.50 0.14
HSL 11.01º 0.6% 0.65% -
HSV(B) 11.01º 0.5% 0.86% -
XYZ 40.01 32.15 18.85 -
YUV 154.33 102.99 174.13 -
System Red Green Blue C M Y K H S L
Decimal 219 130 110 0 0.41 0.50 0.14 11.01 0.6 0.65
Hex DB 82 6E 0 29 32 E B 3C 41
Octal 333 202 156 0 51 62 16 13 74 101
Binary 11011011 10000010 1101110 0 101001 110010 1110 1011 111100 1000001

Color Harmonies of #DB826E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB826E

Black with #DB826E

Text Example


Text Example

White with #DB826E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB826E; }

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

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

background-color css

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

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

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

border-color css

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

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

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