Html Css Color HEX #D27A70 New York Pink

📋 copy color: '#D27A70'

red 210 ◦ green 122 ◦ blue 112

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

Shades of New York Pink #D27A70

Tints of New York Pink #D27A70

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.48%

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

R = 47.3%
G = 27.48%
B = 25.23%

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

#D27A70 (or 0xD27A70) is known color: New York Pink. HEX triplet: D2, 7A and 70. RGB value is (210,122,112). Sum of RGB (Red+Green+Blue) = 210+122+112=444 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.30% from 444); Green value is 122 (48.05% from 255 or 27.48% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A70 is #2D858F. Grayscale: #939393. Windows color (decimal): -2983312 or 7371474. OLE color: 7371474.

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

Color convert

RGB 210 122 112 -
CMYK 0 0.42 0.47 0.18
HSL 6.12º 0.52% 0.63% -
HSV(B) 6.12º 0.47% 0.82% -
XYZ 36.46 28.79 18.96 -
YUV 147.17 108.15 172.81 -
System Red Green Blue C M Y K H S L
Decimal 210 122 112 0 0.42 0.47 0.18 6.12 0.52 0.63
Hex D2 7A 70 0 2A 2F 12 6 34 3F
Octal 322 172 160 0 52 57 22 6 64 77
Binary 11010010 1111010 1110000 0 101010 101111 10010 110 110100 111111

Color Harmonies of #D27A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A70

Black with #D27A70

Text Example


Text Example

White with #D27A70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A70; }

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

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

background-color css

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

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

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

border-color css

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

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

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