Html Css Color HEX #D27A6E New York Pink

📋 copy color: '#D27A6E'

red 210 ◦ green 122 ◦ blue 110

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

Shades of New York Pink #D27A6E

Tints of New York Pink #D27A6E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 24.89%

R = 47.51%
G = 27.6%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D27A6E (or 0xD27A6E) is known color: New York Pink. HEX triplet: D2, 7A and 6E. RGB value is (210,122,110). Sum of RGB (Red+Green+Blue) = 210+122+110=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 122 (48.05% from 255 or 27.60% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D27A6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27A6E is #2D8591. Grayscale: #939393. Windows color (decimal): -2983314 or 7240402. OLE color: 7240402.

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

Color convert

RGB 210 122 110 -
CMYK 0 0.42 0.48 0.18
HSL 7.2º 0.53% 0.63% -
HSV(B) 7.2º 0.48% 0.82% -
XYZ 36.35 28.75 18.38 -
YUV 146.94 107.15 172.98 -
System Red Green Blue C M Y K H S L
Decimal 210 122 110 0 0.42 0.48 0.18 7.2 0.53 0.63
Hex D2 7A 6E 0 2A 30 12 7 35 3F
Octal 322 172 156 0 52 60 22 7 65 77
Binary 11010010 1111010 1101110 0 101010 110000 10010 111 110101 111111

Color Harmonies of #D27A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27A6E

Black with #D27A6E

Text Example


Text Example

White with #D27A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27A6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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