Html Css Color HEX #D98570 New York Pink

📋 copy color: '#D98570'

red 217 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #D98570

Tints of New York Pink #D98570

RGB

 RED value IS 217 (85.16% from 255) = 46.97%

 GREEN value IS 133 (52.34% from 255) = 28.79%

 BLUE value IS 112 (44.14% from 255) = 24.24%

R = 46.97%
G = 28.79%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D98570 (or 0xD98570) is known color: New York Pink. HEX triplet: D9, 85 and 70. RGB value is (217,133,112). Sum of RGB (Red+Green+Blue) = 217+133+112=462 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.97% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 112 (44.14% from 255 or 24.24% from 462); Max value from RGB is 217 - color contains mainly: red. Hex color #D98570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98570 is #267A8F. Grayscale: #9B9B9B. Windows color (decimal): -2521744 or 7374297. OLE color: 7374297.

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

Color convert

RGB 217 133 112 -
CMYK 0 0.39 0.48 0.15
HSL 12º 0.58% 0.65% -
HSV(B) 12º 0.48% 0.85% -
XYZ 39.93 32.7 19.54 -
YUV 155.72 103.33 171.71 -
System Red Green Blue C M Y K H S L
Decimal 217 133 112 0 0.39 0.48 0.15 12 0.58 0.65
Hex D9 85 70 0 27 30 F C 3A 41
Octal 331 205 160 0 47 60 17 14 72 101
Binary 11011001 10000101 1110000 0 100111 110000 1111 1100 111010 1000001

Color Harmonies of #D98570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D98570

Black with #D98570

Text Example


Text Example

White with #D98570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D98570; }

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

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

background-color css

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

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

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

border-color css

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

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

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