Html Css Color HEX #D28277 New York Pink

📋 copy color: '#D28277'

red 210 ◦ green 130 ◦ blue 119

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

Shades of New York Pink #D28277

Tints of New York Pink #D28277

RGB

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

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

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

R = 45.75%
G = 28.32%
B = 25.93%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.43

 K value IS 0.18

RGB Variations

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

Color information

#D28277 (or 0xD28277) is known color: New York Pink. HEX triplet: D2, 82 and 77. RGB value is (210,130,119). Sum of RGB (Red+Green+Blue) = 210+130+119=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 119 (46.88% from 255 or 25.93% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D28277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28277 is #2D7D88. Grayscale: #989898. Windows color (decimal): -2981257 or 7832274. OLE color: 7832274.

HSL color Cylindrical-coordinate representation of color #D28277: hue angle of 7.25º 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 #D28277 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 119 -
CMYK 0 0.38 0.43 0.18
HSL 7.25º 0.5% 0.65% -
HSV(B) 7.25º 0.43% 0.82% -
XYZ 37.89 31 21.44 -
YUV 152.67 109 168.89 -
System Red Green Blue C M Y K H S L
Decimal 210 130 119 0 0.38 0.43 0.18 7.25 0.5 0.65
Hex D2 82 77 0 26 2B 12 7 32 41
Octal 322 202 167 0 46 53 22 7 62 101
Binary 11010010 10000010 1110111 0 100110 101011 10010 111 110010 1000001

Color Harmonies of #D28277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28277

Black with #D28277

Text Example


Text Example

White with #D28277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28277; }

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

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

background-color css

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

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

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

border-color css

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

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

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