Html Css Color HEX #D27D6C New York Pink

📋 copy color: '#D27D6C'

red 210 ◦ green 125 ◦ blue 108

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

Shades of New York Pink #D27D6C

Tints of New York Pink #D27D6C

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.22%

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

R = 47.4%
G = 28.22%
B = 24.38%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.49

 K value IS 0.18

RGB Variations

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

Color information

#D27D6C (or 0xD27D6C) is known color: New York Pink. HEX triplet: D2, 7D and 6C. RGB value is (210,125,108). Sum of RGB (Red+Green+Blue) = 210+125+108=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 108 (42.58% from 255 or 24.38% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D6C is #2D8293. Grayscale: #949494. Windows color (decimal): -2982548 or 7110098. OLE color: 7110098.

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

Color convert

RGB 210 125 108 -
CMYK 0 0.40 0.49 0.18
HSL 10º 0.53% 0.62% -
HSV(B) 10º 0.49% 0.82% -
XYZ 36.62 29.45 17.94 -
YUV 148.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 210 125 108 0 0.40 0.49 0.18 10 0.53 0.62
Hex D2 7D 6C 0 28 31 12 A 35 3E
Octal 322 175 154 0 50 61 22 12 65 76
Binary 11010010 1111101 1101100 0 101000 110001 10010 1010 110101 111110

Color Harmonies of #D27D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D27D6C

Black with #D27D6C

Text Example


Text Example

White with #D27D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D27D6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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