Html Css Color HEX #D2846F New York Pink

📋 copy color: '#D2846F'

red 210 ◦ green 132 ◦ blue 111

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

Shades of New York Pink #D2846F

Tints of New York Pink #D2846F

RGB

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

 GREEN value IS 132 (51.95% from 255) = 29.14%

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

R = 46.36%
G = 29.14%
B = 24.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D2846F (or 0xD2846F) is known color: New York Pink. HEX triplet: D2, 84 and 6F. RGB value is (210,132,111). Sum of RGB (Red+Green+Blue) = 210+132+111=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 132 (51.95% from 255 or 29.14% from 453); Blue value is 111 (43.75% from 255 or 24.50% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2846F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D2846F is #2D7B90. Grayscale: #999999. Windows color (decimal): -2980753 or 7308498. OLE color: 7308498.

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

Color convert

RGB 210 132 111 -
CMYK 0 0.37 0.47 0.18
HSL 12.73º 0.52% 0.63% -
HSV(B) 12.73º 0.47% 0.82% -
XYZ 37.7 31.35 19.1 -
YUV 152.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 210 132 111 0 0.37 0.47 0.18 12.73 0.52 0.63
Hex D2 84 6F 0 25 2F 12 D 34 3F
Octal 322 204 157 0 45 57 22 15 64 77
Binary 11010010 10000100 1101111 0 100101 101111 10010 1101 110100 111111

Color Harmonies of #D2846F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2846F

Black with #D2846F

Text Example


Text Example

White with #D2846F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2846F; }

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

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

background-color css

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

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

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

border-color css

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

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

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