#D98572

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

Shades of New York Pink #D98572

Tints of New York Pink #D98572

Color information

#D98572 (or 0xD98572) is unknown color: approx New York Pink. HEX triplet: D9, 85 and 72. RGB value is (217,133,114). Sum of RGB (Red+Green+Blue) = 217+133+114=464 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.77% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 114 (44.92% from 255 or 24.57% from 464); Max value from RGB is 217 - color contains mainly: red. Hex color #D98572 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98572 is #267A8D. Grayscale: #9C9C9C. Windows color (decimal): -2521742 or 7505369. OLE color: 7505369.

HSL color Cylindrical-coordinate representation of color #D98572: hue angle of 11.07º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D98572 is Cyan = 0, Magento = 0.39, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB217133114-
CMYK00.390.470.15
HSL11.07º57.54%64.9%-
HSV(B)11.07º47.47%85.1%-
XYZ40.0432.7420.13-
YUV155.95104.33171.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.77%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 114 (44.92% from 255) = 24.57%
R=46.77%
G=28.66%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713311400.390.470.1511.0757.5464.9
HexD985720272FFb3a41
Octal33120516204757171372101
Binary110110011000010111100100100111101111111110111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98572; }

 p { color: rgb(217,133,114); }

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

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

 a { background-color: rgb(217,133,114); }

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

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

 span { border-color: rgb(217,133,114); }

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