Html Css Color HEX #D58070 New York Pink

📋 copy color: '#D58070'

red 213 ◦ green 128 ◦ blue 112

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

Shades of New York Pink #D58070

Tints of New York Pink #D58070

RGB

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

 GREEN value IS 128 (50.39% from 255) = 28.26%

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

R = 47.02%
G = 28.26%
B = 24.72%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58070 (or 0xD58070) is known color: New York Pink. HEX triplet: D5, 80 and 70. RGB value is (213,128,112). Sum of RGB (Red+Green+Blue) = 213+128+112=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 112 (44.14% from 255 or 24.72% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D58070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58070 is #2A7F8F. Grayscale: #979797. Windows color (decimal): -2785168 or 7373013. OLE color: 7373013.

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

Color convert

RGB 213 128 112 -
CMYK 0 0.40 0.47 0.16
HSL 9.5º 0.55% 0.64% -
HSV(B) 9.5º 0.47% 0.84% -
XYZ 38.08 30.75 19.26 -
YUV 151.59 105.66 171.8 -
System Red Green Blue C M Y K H S L
Decimal 213 128 112 0 0.40 0.47 0.16 9.5 0.55 0.64
Hex D5 80 70 0 28 2F 10 A 37 40
Octal 325 200 160 0 50 57 20 12 67 100
Binary 11010101 10000000 1110000 0 101000 101111 10000 1010 110111 1000000

Color Harmonies of #D58070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58070

Black with #D58070

Text Example


Text Example

White with #D58070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58070; }

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

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

background-color css

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

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

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

border-color css

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

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

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