Html Css Color HEX #D88270 New York Pink

📋 copy color: '#D88270'

red 216 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #D88270

Tints of New York Pink #D88270

RGB

 RED value IS 216 (84.77% from 255) = 47.16%

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

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

R = 47.16%
G = 28.38%
B = 24.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#D88270 (or 0xD88270) is known color: New York Pink. HEX triplet: D8, 82 and 70. RGB value is (216,130,112). Sum of RGB (Red+Green+Blue) = 216+130+112=458 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.16% from 458); Green value is 130 (51.17% from 255 or 28.38% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 216 - color contains mainly: red. Hex color #D88270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88270 is #277D8F. Grayscale: #999999. Windows color (decimal): -2588048 or 7373528. OLE color: 7373528.

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

Color convert

RGB 216 130 112 -
CMYK 0 0.40 0.48 0.15
HSL 10.38º 0.57% 0.64% -
HSV(B) 10.38º 0.48% 0.85% -
XYZ 39.23 31.73 19.39 -
YUV 153.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 216 130 112 0 0.40 0.48 0.15 10.38 0.57 0.64
Hex D8 82 70 0 28 30 F A 39 40
Octal 330 202 160 0 50 60 17 12 71 100
Binary 11011000 10000010 1110000 0 101000 110000 1111 1010 111001 1000000

Color Harmonies of #D88270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88270

Black with #D88270

Text Example


Text Example

White with #D88270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88270; }

 p { color: rgb(216,130,112); }

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

background-color css

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

 a { background-color: rgb(216,130,112); }

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

border-color css

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

 span { border-color: rgb(216,130,112); }

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