Html Css Color HEX #D58178 New York Pink

📋 copy color: '#D58178'

red 213 ◦ green 129 ◦ blue 120

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

Shades of New York Pink #D58178

Tints of New York Pink #D58178

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.92%

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

R = 46.1%
G = 27.92%
B = 25.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.16

RGB Variations

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

Color information

#D58178 (or 0xD58178) is known color: New York Pink. HEX triplet: D5, 81 and 78. RGB value is (213,129,120). Sum of RGB (Red+Green+Blue) = 213+129+120=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 129 (50.78% from 255 or 27.92% from 462); Blue value is 120 (47.27% from 255 or 25.97% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58178 is #2A7E87. Grayscale: #999999. Windows color (decimal): -2784904 or 7897557. OLE color: 7897557.

HSL color Cylindrical-coordinate representation of color #D58178: hue angle of 5.81º 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 #D58178 is Cyan = 0, Magento = 0.39, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 129 120 -
CMYK 0 0.39 0.44 0.16
HSL 5.81º 0.53% 0.65% -
HSV(B) 5.81º 0.44% 0.84% -
XYZ 38.68 31.2 21.75 -
YUV 153.09 109.33 170.73 -
System Red Green Blue C M Y K H S L
Decimal 213 129 120 0 0.39 0.44 0.16 5.81 0.53 0.65
Hex D5 81 78 0 27 2C 10 6 35 41
Octal 325 201 170 0 47 54 20 6 65 101
Binary 11010101 10000001 1111000 0 100111 101100 10000 110 110101 1000001

Color Harmonies of #D58178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58178

Black with #D58178

Text Example


Text Example

White with #D58178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58178; }

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

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

background-color css

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

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

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

border-color css

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

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

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