Html Css Color HEX #D2836F New York Pink

📋 copy color: '#D2836F'

red 210 ◦ green 131 ◦ blue 111

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

Shades of New York Pink #D2836F

Tints of New York Pink #D2836F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.98%

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

R = 46.46%
G = 28.98%
B = 24.56%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2836F (or 0xD2836F) is known color: New York Pink. HEX triplet: D2, 83 and 6F. RGB value is (210,131,111). Sum of RGB (Red+Green+Blue) = 210+131+111=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 131 (51.56% from 255 or 28.98% from 452); Blue value is 111 (43.75% from 255 or 24.56% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2836F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2836F is #2D7C90. Grayscale: #989898. Windows color (decimal): -2981009 or 7308242. OLE color: 7308242.

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

Color convert

RGB 210 131 111 -
CMYK 0 0.38 0.47 0.18
HSL 12.12º 0.52% 0.63% -
HSV(B) 12.12º 0.47% 0.82% -
XYZ 37.56 31.08 19.06 -
YUV 152.34 104.67 169.13 -
System Red Green Blue C M Y K H S L
Decimal 210 131 111 0 0.38 0.47 0.18 12.12 0.52 0.63
Hex D2 83 6F 0 26 2F 12 C 34 3F
Octal 322 203 157 0 46 57 22 14 64 77
Binary 11010010 10000011 1101111 0 100110 101111 10010 1100 110100 111111

Color Harmonies of #D2836F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2836F

Black with #D2836F

Text Example


Text Example

White with #D2836F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2836F; }

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

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

background-color css

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

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

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

border-color css

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

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

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