Html Css Color HEX #D27C6C New York Pink

📋 copy color: '#D27C6C'

red 210 ◦ green 124 ◦ blue 108

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

Shades of New York Pink #D27C6C

Tints of New York Pink #D27C6C

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.05%

 BLUE value IS 108 (42.58% from 255) = 24.43%

R = 47.51%
G = 28.05%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D27C6C (or 0xD27C6C) is known color: New York Pink. HEX triplet: D2, 7C and 6C. RGB value is (210,124,108). Sum of RGB (Red+Green+Blue) = 210+124+108=442 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.51% from 442); Green value is 124 (48.83% from 255 or 28.05% from 442); Blue value is 108 (42.58% from 255 or 24.43% from 442); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C6C is #2D8393. Grayscale: #949494. Windows color (decimal): -2982804 or 7109842. OLE color: 7109842.

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

Color convert

RGB 210 124 108 -
CMYK 0 0.41 0.49 0.18
HSL 9.41º 0.53% 0.62% -
HSV(B) 9.41º 0.49% 0.82% -
XYZ 36.49 29.2 17.9 -
YUV 147.89 105.49 172.3 -
System Red Green Blue C M Y K H S L
Decimal 210 124 108 0 0.41 0.49 0.18 9.41 0.53 0.62
Hex D2 7C 6C 0 29 31 12 9 35 3E
Octal 322 174 154 0 51 61 22 11 65 76
Binary 11010010 1111100 1101100 0 101001 110001 10010 1001 110101 111110

Color Harmonies of #D27C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27C6C

Black with #D27C6C

Text Example


Text Example

White with #D27C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27C6C; }

 p { color: rgb(210,124,108); }

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

background-color css

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

 a { background-color: rgb(210,124,108); }

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

border-color css

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

 span { border-color: rgb(210,124,108); }

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