Html Css Color HEX #D27E6D New York Pink

📋 copy color: '#D27E6D'

red 210 ◦ green 126 ◦ blue 109

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

Shades of New York Pink #D27E6D

Tints of New York Pink #D27E6D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.31%

 BLUE value IS 109 (42.97% from 255) = 24.49%

R = 47.19%
G = 28.31%
B = 24.49%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D27E6D (or 0xD27E6D) is known color: New York Pink. HEX triplet: D2, 7E and 6D. RGB value is (210,126,109). Sum of RGB (Red+Green+Blue) = 210+126+109=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E6D is #2D8192. Grayscale: #959595. Windows color (decimal): -2982291 or 7175890. OLE color: 7175890.

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

Color convert

RGB 210 126 109 -
CMYK 0 0.4 0.48 0.18
HSL 10.1º 0.53% 0.63% -
HSV(B) 10.1º 0.48% 0.82% -
XYZ 36.8 29.73 18.27 -
YUV 149.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 210 126 109 0 0.4 0.48 0.18 10.1 0.53 0.63
Hex D2 7E 6D 0 28 30 12 A 35 3F
Octal 322 176 155 0 50 60 22 12 65 77
Binary 11010010 1111110 1101101 0 101000 110000 10010 1010 110101 111111

Color Harmonies of #D27E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27E6D

Black with #D27E6D

Text Example


Text Example

White with #D27E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27E6D; }

 p { color: rgb(210,126,109); }

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

background-color css

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

 a { background-color: rgb(210,126,109); }

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

border-color css

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

 span { border-color: rgb(210,126,109); }

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