Html Css Color HEX #D28171 New York Pink

📋 copy color: '#D28171'

red 210 ◦ green 129 ◦ blue 113

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

Shades of New York Pink #D28171

Tints of New York Pink #D28171

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 25%

R = 46.46%
G = 28.54%
B = 25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D28171 (or 0xD28171) is known color: New York Pink. HEX triplet: D2, 81 and 71. RGB value is (210,129,113). Sum of RGB (Red+Green+Blue) = 210+129+113=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 129 (50.78% from 255 or 28.54% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D28171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28171 is #2D7E8E. Grayscale: #979797. Windows color (decimal): -2981519 or 7438802. OLE color: 7438802.

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

Color convert

RGB 210 129 113 -
CMYK 0 0.39 0.46 0.18
HSL 9.9º 0.52% 0.63% -
HSV(B) 9.9º 0.46% 0.82% -
XYZ 37.41 30.59 19.56 -
YUV 151.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 210 129 113 0 0.39 0.46 0.18 9.9 0.52 0.63
Hex D2 81 71 0 27 2E 12 A 34 3F
Octal 322 201 161 0 47 56 22 12 64 77
Binary 11010010 10000001 1110001 0 100111 101110 10010 1010 110100 111111

Color Harmonies of #D28171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D28171

Black with #D28171

Text Example


Text Example

White with #D28171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D28171; }

 p { color: rgb(210,129,113); }

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

background-color css

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

 a { background-color: rgb(210,129,113); }

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

border-color css

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

 span { border-color: rgb(210,129,113); }

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