Html Css Color HEX #D27970 New York Pink

📋 copy color: '#D27970'

red 210 ◦ green 121 ◦ blue 112

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

Shades of New York Pink #D27970

Tints of New York Pink #D27970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 27.31%

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

R = 47.4%
G = 27.31%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D27970 (or 0xD27970) is known color: New York Pink. HEX triplet: D2, 79 and 70. RGB value is (210,121,112). Sum of RGB (Red+Green+Blue) = 210+121+112=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 121 (47.66% from 255 or 27.31% from 443); Blue value is 112 (44.14% from 255 or 25.28% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27970 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27970 is #2D868F. Grayscale: #929292. Windows color (decimal): -2983568 or 7371218. OLE color: 7371218.

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

Color convert

RGB 210 121 112 -
CMYK 0 0.42 0.47 0.18
HSL 5.51º 0.52% 0.63% -
HSV(B) 5.51º 0.47% 0.82% -
XYZ 36.34 28.55 18.92 -
YUV 146.59 108.49 173.23 -
System Red Green Blue C M Y K H S L
Decimal 210 121 112 0 0.42 0.47 0.18 5.51 0.52 0.63
Hex D2 79 70 0 2A 2F 12 6 34 3F
Octal 322 171 160 0 52 57 22 6 64 77
Binary 11010010 1111001 1110000 0 101010 101111 10010 110 110100 111111

Color Harmonies of #D27970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27970

Black with #D27970

Text Example


Text Example

White with #D27970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27970; }

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

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

background-color css

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

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

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

border-color css

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

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

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