Html Css Color HEX #D58470 New York Pink

📋 copy color: '#D58470'

red 213 ◦ green 132 ◦ blue 112

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

Shades of New York Pink #D58470

Tints of New York Pink #D58470

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.51%

R = 46.61%
G = 28.88%
B = 24.51%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58470 (or 0xD58470) is known color: New York Pink. HEX triplet: D5, 84 and 70. RGB value is (213,132,112). Sum of RGB (Red+Green+Blue) = 213+132+112=457 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.61% from 457); Green value is 132 (51.95% from 255 or 28.88% from 457); Blue value is 112 (44.14% from 255 or 24.51% from 457); Max value from RGB is 213 - color contains mainly: red. Hex color #D58470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58470 is #2A7B8F. Grayscale: #9A9A9A. Windows color (decimal): -2784144 or 7374037. OLE color: 7374037.

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

Color convert

RGB 213 132 112 -
CMYK 0 0.38 0.47 0.16
HSL 11.88º 0.55% 0.64% -
HSV(B) 11.88º 0.47% 0.84% -
XYZ 38.62 31.82 19.44 -
YUV 153.94 104.34 170.13 -
System Red Green Blue C M Y K H S L
Decimal 213 132 112 0 0.38 0.47 0.16 11.88 0.55 0.64
Hex D5 84 70 0 26 2F 10 C 37 40
Octal 325 204 160 0 46 57 20 14 67 100
Binary 11010101 10000100 1110000 0 100110 101111 10000 1100 110111 1000000

Color Harmonies of #D58470

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58470

Black with #D58470

Text Example


Text Example

White with #D58470

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58470; }

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

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

background-color css

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

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

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

border-color css

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

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

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