Html Css Color HEX #D88272 New York Pink

📋 copy color: '#D88272'

red 216 ◦ green 130 ◦ blue 114

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

Shades of New York Pink #D88272

Tints of New York Pink #D88272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.78%

R = 46.96%
G = 28.26%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#D88272 (or 0xD88272) is known color: New York Pink. HEX triplet: D8, 82 and 72. RGB value is (216,130,114). Sum of RGB (Red+Green+Blue) = 216+130+114=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 130 (51.17% from 255 or 28.26% from 460); Blue value is 114 (44.92% from 255 or 24.78% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D88272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88272 is #277D8D. Grayscale: #9A9A9A. Windows color (decimal): -2588046 or 7504600. OLE color: 7504600.

HSL color Cylindrical-coordinate representation of color #D88272: hue angle of 9.41º degrees, saturation: 0.57, 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 #D88272 is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 130 114 -
CMYK 0 0.40 0.47 0.15
HSL 9.41º 0.57% 0.65% -
HSV(B) 9.41º 0.47% 0.85% -
XYZ 39.34 31.78 19.98 -
YUV 153.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 216 130 114 0 0.40 0.47 0.15 9.41 0.57 0.65
Hex D8 82 72 0 28 2F F 9 39 41
Octal 330 202 162 0 50 57 17 11 71 101
Binary 11011000 10000010 1110010 0 101000 101111 1111 1001 111001 1000001

Color Harmonies of #D88272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D88272

Black with #D88272

Text Example


Text Example

White with #D88272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D88272; }

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

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

background-color css

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

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

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

border-color css

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

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

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