Html Css Color HEX #D27F70 New York Pink

📋 copy color: '#D27F70'

red 210 ◦ green 127 ◦ blue 112

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

Shades of New York Pink #D27F70

Tints of New York Pink #D27F70

RGB

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

 GREEN value IS 127 (50% from 255) = 28.29%

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

R = 46.77%
G = 28.29%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D27F70 (or 0xD27F70) is known color: New York Pink. HEX triplet: D2, 7F and 70. RGB value is (210,127,112). Sum of RGB (Red+Green+Blue) = 210+127+112=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 127 (50% from 255 or 28.29% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F70 is #2D808F. Grayscale: #969696. Windows color (decimal): -2982032 or 7372754. OLE color: 7372754.

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

Color convert

RGB 210 127 112 -
CMYK 0 0.40 0.47 0.18
HSL 9.18º 0.52% 0.63% -
HSV(B) 9.18º 0.47% 0.82% -
XYZ 37.09 30.05 19.17 -
YUV 150.11 106.5 170.72 -
System Red Green Blue C M Y K H S L
Decimal 210 127 112 0 0.40 0.47 0.18 9.18 0.52 0.63
Hex D2 7F 70 0 28 2F 12 9 34 3F
Octal 322 177 160 0 50 57 22 11 64 77
Binary 11010010 1111111 1110000 0 101000 101111 10010 1001 110100 111111

Color Harmonies of #D27F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27F70

Black with #D27F70

Text Example


Text Example

White with #D27F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27F70; }

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

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

background-color css

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

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

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

border-color css

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

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

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