Html Css Color HEX #D2816F New York Pink

📋 copy color: '#D2816F'

red 210 ◦ green 129 ◦ blue 111

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

Shades of New York Pink #D2816F

Tints of New York Pink #D2816F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 24.67%

R = 46.67%
G = 28.67%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2816F (or 0xD2816F) is known color: New York Pink. HEX triplet: D2, 81 and 6F. RGB value is (210,129,111). Sum of RGB (Red+Green+Blue) = 210+129+111=450 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.67% from 450); Green value is 129 (50.78% from 255 or 28.67% from 450); Blue value is 111 (43.75% from 255 or 24.67% from 450); Max value from RGB is 210 - color contains mainly: red. Hex color #D2816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2816F is #2D7E90. Grayscale: #979797. Windows color (decimal): -2981521 or 7307730. OLE color: 7307730.

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

Color convert

RGB 210 129 111 -
CMYK 0 0.39 0.47 0.18
HSL 10.91º 0.52% 0.63% -
HSV(B) 10.91º 0.47% 0.82% -
XYZ 37.3 30.55 18.97 -
YUV 151.17 105.34 169.96 -
System Red Green Blue C M Y K H S L
Decimal 210 129 111 0 0.39 0.47 0.18 10.91 0.52 0.63
Hex D2 81 6F 0 27 2F 12 B 34 3F
Octal 322 201 157 0 47 57 22 13 64 77
Binary 11010010 10000001 1101111 0 100111 101111 10010 1011 110100 111111

Color Harmonies of #D2816F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2816F

Black with #D2816F

Text Example


Text Example

White with #D2816F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2816F; }

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

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

background-color css

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

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

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

border-color css

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

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

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