Html Css Color HEX #D5846E New York Pink

📋 copy color: '#D5846E'

red 213 ◦ green 132 ◦ blue 110

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

Shades of New York Pink #D5846E

Tints of New York Pink #D5846E

RGB

 RED value IS 213 (83.59% from 255) = 46.81%

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

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

R = 46.81%
G = 29.01%
B = 24.18%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D5846E (or 0xD5846E) is known color: New York Pink. HEX triplet: D5, 84 and 6E. RGB value is (213,132,110). Sum of RGB (Red+Green+Blue) = 213+132+110=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 132 (51.95% from 255 or 29.01% from 455); Blue value is 110 (43.36% from 255 or 24.18% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D5846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D5846E is #2A7B91. Grayscale: #999999. Windows color (decimal): -2784146 or 7242965. OLE color: 7242965.

HSL color Cylindrical-coordinate representation of color #D5846E: hue angle of 12.82º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D5846E is Cyan = 0, Magento = 0.38, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 132 110 -
CMYK 0 0.38 0.48 0.16
HSL 12.82º 0.55% 0.63% -
HSV(B) 12.82º 0.48% 0.84% -
XYZ 38.51 31.77 18.86 -
YUV 153.71 103.34 170.29 -
System Red Green Blue C M Y K H S L
Decimal 213 132 110 0 0.38 0.48 0.16 12.82 0.55 0.63
Hex D5 84 6E 0 26 30 10 D 37 3F
Octal 325 204 156 0 46 60 20 15 67 77
Binary 11010101 10000100 1101110 0 100110 110000 10000 1101 110111 111111

Color Harmonies of #D5846E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5846E

Black with #D5846E

Text Example


Text Example

White with #D5846E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5846E; }

 p { color: rgb(213,132,110); }

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

background-color css

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

 a { background-color: rgb(213,132,110); }

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

border-color css

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

 span { border-color: rgb(213,132,110); }

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