#D27973

Color #D27973 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D27973

Tints of New York Pink #D27973

Color information

#D27973 (or 0xD27973) is unknown color: approx New York Pink. HEX triplet: D2, 79 and 73. RGB value is (210,121,115). Sum of RGB (Red+Green+Blue) = 210+121+115=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 121 (47.66% from 255 or 27.13% from 446); Blue value is 115 (45.31% from 255 or 25.78% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D27973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27973 is #2D868C. Grayscale: #939393. Windows color (decimal): -2983565 or 7567826. OLE color: 7567826.

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

Color convert

RGB210121115-
CMYK00.420.450.18
HSL3.79º51.35%63.73%-
HSV(B)3.79º45.24%82.35%-
XYZ36.5128.6119.82-
YUV146.93109.99172.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.09%
GREEN value IS 121 (47.66% from 255) = 27.13%
BLUE value IS 115 (45.31% from 255) = 25.78%
R=47.09%
G=27.13%
B=25.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012111500.420.450.183.7951.3563.73
HexD2797302A2D1243340
Octal3221711630525522463100
Binary11010010111100111100110101010101101100101001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27973; }

 p { color: rgb(210,121,115); }

 H1.HeaderClassName
 {
   color: #D27973;
 }
 .AnyTagClassName
 {
   color: #D27973;
 }
</style>
background-color css

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

 a { background-color: rgb(210,121,115); }

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

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

 span { border-color: rgb(210,121,115); }

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