Html Css Color HEX #D28272 New York Pink

📋 copy color: '#D28272'

red 210 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #D28272

Tints of New York Pink #D28272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 25.11%

R = 46.26%
G = 28.63%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D28272 (or 0xD28272) is known color: New York Pink. HEX triplet: D2, 82 and 72. RGB value is (210,130,114). Sum of RGB (Red+Green+Blue) = 210+130+114=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 130 (51.17% from 255 or 28.63% from 454); Blue value is 114 (44.92% from 255 or 25.11% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D28272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28272 is #2D7D8D. Grayscale: #989898. Windows color (decimal): -2981262 or 7504594. OLE color: 7504594.

HSL color Cylindrical-coordinate representation of color #D28272: hue angle of 10º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28272 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 130 114 -
CMYK 0 0.38 0.46 0.18
HSL 10º 0.52% 0.64% -
HSV(B) 10º 0.46% 0.82% -
XYZ 37.6 30.88 19.9 -
YUV 152.1 106.5 169.3 -
System Red Green Blue C M Y K H S L
Decimal 210 130 114 0 0.38 0.46 0.18 10 0.52 0.64
Hex D2 82 72 0 26 2E 12 A 34 40
Octal 322 202 162 0 46 56 22 12 64 100
Binary 11010010 10000010 1110010 0 100110 101110 10010 1010 110100 1000000

Color Harmonies of #D28272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28272

Black with #D28272

Text Example


Text Example

White with #D28272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28272; }

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

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

background-color css

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

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

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

border-color css

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

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

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