Html Css Color HEX #D27E70 New York Pink

📋 copy color: '#D27E70'

red 210 ◦ green 126 ◦ blue 112

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

Shades of New York Pink #D27E70

Tints of New York Pink #D27E70

RGB

 RED value IS 210 (82.42% from 255) = 46.88%

 GREEN value IS 126 (49.61% from 255) = 28.13%

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

R = 46.88%
G = 28.13%
B = 25%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D27E70 (or 0xD27E70) is known color: New York Pink. HEX triplet: D2, 7E and 70. RGB value is (210,126,112). Sum of RGB (Red+Green+Blue) = 210+126+112=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 126 (49.61% from 255 or 28.12% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E70 is #2D818F. Grayscale: #959595. Windows color (decimal): -2982288 or 7372498. OLE color: 7372498.

HSL color Cylindrical-coordinate representation of color #D27E70: hue angle of 8.57º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D27E70 is Cyan = 0, Magento = 0.4, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 126 112 -
CMYK 0 0.4 0.47 0.18
HSL 8.57º 0.52% 0.63% -
HSV(B) 8.57º 0.47% 0.82% -
XYZ 36.96 29.79 19.13 -
YUV 149.52 106.83 171.14 -
System Red Green Blue C M Y K H S L
Decimal 210 126 112 0 0.4 0.47 0.18 8.57 0.52 0.63
Hex D2 7E 70 0 28 2F 12 9 34 3F
Octal 322 176 160 0 50 57 22 11 64 77
Binary 11010010 1111110 1110000 0 101000 101111 10010 1001 110100 111111

Color Harmonies of #D27E70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E70

Black with #D27E70

Text Example


Text Example

White with #D27E70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E70; }

 p { color: rgb(210,126,112); }

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

background-color css

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

 a { background-color: rgb(210,126,112); }

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

border-color css

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

 span { border-color: rgb(210,126,112); }

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