Html Css Color HEX #D28477 New York Pink

📋 copy color: '#D28477'

red 210 ◦ green 132 ◦ blue 119

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

Shades of New York Pink #D28477

Tints of New York Pink #D28477

RGB

 RED value IS 210 (82.42% from 255) = 45.55%

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

 BLUE value IS 119 (46.88% from 255) = 25.81%

R = 45.55%
G = 28.63%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D28477 (or 0xD28477) is known color: New York Pink. HEX triplet: D2, 84 and 77. RGB value is (210,132,119). Sum of RGB (Red+Green+Blue) = 210+132+119=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28477 is #2D7B88. Grayscale: #999999. Windows color (decimal): -2980745 or 7832786. OLE color: 7832786.

HSL color Cylindrical-coordinate representation of color #D28477: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28477 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 132 119 -
CMYK 0 0.37 0.43 0.18
HSL 8.57º 0.5% 0.65% -
HSV(B) 8.57º 0.43% 0.82% -
XYZ 38.16 31.54 21.53 -
YUV 153.84 108.34 168.06 -
System Red Green Blue C M Y K H S L
Decimal 210 132 119 0 0.37 0.43 0.18 8.57 0.5 0.65
Hex D2 84 77 0 25 2B 12 9 32 41
Octal 322 204 167 0 45 53 22 11 62 101
Binary 11010010 10000100 1110111 0 100101 101011 10010 1001 110010 1000001

Color Harmonies of #D28477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28477

Black with #D28477

Text Example


Text Example

White with #D28477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28477; }

 p { color: rgb(210,132,119); }

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

background-color css

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

 a { background-color: rgb(210,132,119); }

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

border-color css

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

 span { border-color: rgb(210,132,119); }

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