Html Css Color HEX #D58478 New York Pink

📋 copy color: '#D58478'

red 213 ◦ green 132 ◦ blue 120

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

Shades of New York Pink #D58478

Tints of New York Pink #D58478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 25.81%

R = 45.81%
G = 28.39%
B = 25.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D58478 (or 0xD58478) is known color: New York Pink. HEX triplet: D5, 84 and 78. RGB value is (213,132,120). Sum of RGB (Red+Green+Blue) = 213+132+120=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 132 (51.95% from 255 or 28.39% from 465); Blue value is 120 (47.27% from 255 or 25.81% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58478 is #2A7B87. Grayscale: #9A9A9A. Windows color (decimal): -2784136 or 7898325. OLE color: 7898325.

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

Color convert

RGB 213 132 120 -
CMYK 0 0.38 0.44 0.16
HSL 7.74º 0.53% 0.65% -
HSV(B) 7.74º 0.44% 0.84% -
XYZ 39.08 32 21.89 -
YUV 154.85 108.34 169.48 -
System Red Green Blue C M Y K H S L
Decimal 213 132 120 0 0.38 0.44 0.16 7.74 0.53 0.65
Hex D5 84 78 0 26 2C 10 8 35 41
Octal 325 204 170 0 46 54 20 10 65 101
Binary 11010101 10000100 1111000 0 100110 101100 10000 1000 110101 1000001

Color Harmonies of #D58478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58478

Black with #D58478

Text Example


Text Example

White with #D58478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58478; }

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

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

background-color css

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

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

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

border-color css

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

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

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