Html Css Color HEX #D58170 New York Pink

📋 copy color: '#D58170'

red 213 ◦ green 129 ◦ blue 112

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

Shades of New York Pink #D58170

Tints of New York Pink #D58170

RGB

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

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

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

R = 46.92%
G = 28.41%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58170 (or 0xD58170) is known color: New York Pink. HEX triplet: D5, 81 and 70. RGB value is (213,129,112). Sum of RGB (Red+Green+Blue) = 213+129+112=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 129 (50.78% from 255 or 28.41% from 454); Blue value is 112 (44.14% from 255 or 24.67% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D58170 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58170 is #2A7E8F. Grayscale: #989898. Windows color (decimal): -2784912 or 7373269. OLE color: 7373269.

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

Color convert

RGB 213 129 112 -
CMYK 0 0.39 0.47 0.16
HSL 10.1º 0.55% 0.64% -
HSV(B) 10.1º 0.47% 0.84% -
XYZ 38.22 31.02 19.3 -
YUV 152.18 105.33 171.38 -
System Red Green Blue C M Y K H S L
Decimal 213 129 112 0 0.39 0.47 0.16 10.1 0.55 0.64
Hex D5 81 70 0 27 2F 10 A 37 40
Octal 325 201 160 0 47 57 20 12 67 100
Binary 11010101 10000001 1110000 0 100111 101111 10000 1010 110111 1000000

Color Harmonies of #D58170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58170

Black with #D58170

Text Example


Text Example

White with #D58170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58170; }

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

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

background-color css

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

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

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

border-color css

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

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

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