Html Css Color HEX #D27870 New York Pink

📋 copy color: '#D27870'

red 210 ◦ green 120 ◦ blue 112

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

Shades of New York Pink #D27870

Tints of New York Pink #D27870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.15%

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

R = 47.51%
G = 27.15%
B = 25.34%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D27870 (or 0xD27870) is known color: New York Pink. HEX triplet: D2, 78 and 70. RGB value is (210,120,112). Sum of RGB (Red+Green+Blue) = 210+120+112=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 120 (47.27% from 255 or 27.15% from 442); Blue value is 112 (44.14% from 255 or 25.34% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D27870 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27870 is #2D878F. Grayscale: #929292. Windows color (decimal): -2983824 or 7370962. OLE color: 7370962.

HSL color Cylindrical-coordinate representation of color #D27870: hue angle of 4.9º 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 #D27870 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 120 112 -
CMYK 0 0.43 0.47 0.18
HSL 4.9º 0.52% 0.63% -
HSV(B) 4.9º 0.47% 0.82% -
XYZ 36.22 28.3 18.88 -
YUV 146 108.82 173.65 -
System Red Green Blue C M Y K H S L
Decimal 210 120 112 0 0.43 0.47 0.18 4.9 0.52 0.63
Hex D2 78 70 0 2B 2F 12 5 34 3F
Octal 322 170 160 0 53 57 22 5 64 77
Binary 11010010 1111000 1110000 0 101011 101111 10010 101 110100 111111

Color Harmonies of #D27870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27870

Black with #D27870

Text Example


Text Example

White with #D27870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27870; }

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

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

background-color css

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

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

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

border-color css

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

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

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