Html Css Color HEX #DB816A New York Pink

📋 copy color: '#DB816A'

red 219 ◦ green 129 ◦ blue 106

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

Shades of New York Pink #DB816A

Tints of New York Pink #DB816A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 23.35%

R = 48.24%
G = 28.41%
B = 23.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#DB816A (or 0xDB816A) is known color: New York Pink. HEX triplet: DB, 81 and 6A. RGB value is (219,129,106). Sum of RGB (Red+Green+Blue) = 219+129+106=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 106 (41.80% from 255 or 23.35% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB816A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DB816A is #247E95. Grayscale: #999999. Windows color (decimal): -2391702 or 6980059. OLE color: 6980059.

HSL color Cylindrical-coordinate representation of color #DB816A: hue angle of 12.21º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DB816A is Cyan = 0, Magento = 0.41, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 129 106 -
CMYK 0 0.41 0.52 0.14
HSL 12.21º 0.61% 0.64% -
HSV(B) 12.21º 0.52% 0.86% -
XYZ 39.67 31.8 17.68 -
YUV 153.29 101.32 174.87 -
System Red Green Blue C M Y K H S L
Decimal 219 129 106 0 0.41 0.52 0.14 12.21 0.61 0.64
Hex DB 81 6A 0 29 34 E C 3D 40
Octal 333 201 152 0 51 64 16 14 75 100
Binary 11011011 10000001 1101010 0 101001 110100 1110 1100 111101 1000000

Color Harmonies of #DB816A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB816A

Black with #DB816A

Text Example


Text Example

White with #DB816A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB816A; }

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

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

background-color css

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

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

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

border-color css

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

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

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