Html Css Color HEX #D2816E New York Pink

📋 copy color: '#D2816E'

red 210 ◦ green 129 ◦ blue 110

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

Shades of New York Pink #D2816E

Tints of New York Pink #D2816E

RGB

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

 GREEN value IS 129 (50.78% from 255) = 28.73%

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

R = 46.77%
G = 28.73%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.48

 K value IS 0.18

RGB Variations

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

Color information

#D2816E (or 0xD2816E) is known color: New York Pink. HEX triplet: D2, 81 and 6E. RGB value is (210,129,110). Sum of RGB (Red+Green+Blue) = 210+129+110=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 129 (50.78% from 255 or 28.73% from 449); Blue value is 110 (43.36% from 255 or 24.50% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2816E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2816E is #2D7E91. Grayscale: #979797. Windows color (decimal): -2981522 or 7242194. OLE color: 7242194.

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

Color convert

RGB 210 129 110 -
CMYK 0 0.39 0.48 0.18
HSL 11.4º 0.53% 0.63% -
HSV(B) 11.4º 0.48% 0.82% -
XYZ 37.24 30.53 18.68 -
YUV 151.05 104.84 170.04 -
System Red Green Blue C M Y K H S L
Decimal 210 129 110 0 0.39 0.48 0.18 11.4 0.53 0.63
Hex D2 81 6E 0 27 30 12 B 35 3F
Octal 322 201 156 0 47 60 22 13 65 77
Binary 11010010 10000001 1101110 0 100111 110000 10010 1011 110101 111111

Color Harmonies of #D2816E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2816E

Black with #D2816E

Text Example


Text Example

White with #D2816E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2816E; }

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

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

background-color css

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

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

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

border-color css

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

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

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