Html Css Color HEX #D58570 New York Pink

📋 copy color: '#D58570'

red 213 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #D58570

Tints of New York Pink #D58570

RGB

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

 GREEN value IS 133 (52.34% from 255) = 29.04%

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

R = 46.51%
G = 29.04%
B = 24.45%

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

#D58570 (or 0xD58570) is known color: New York Pink. HEX triplet: D5, 85 and 70. RGB value is (213,133,112). Sum of RGB (Red+Green+Blue) = 213+133+112=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 112 (44.14% from 255 or 24.45% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D58570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58570 is #2A7A8F. Grayscale: #9A9A9A. Windows color (decimal): -2783888 or 7374293. OLE color: 7374293.

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

Color convert

RGB 213 133 112 -
CMYK 0 0.38 0.47 0.16
HSL 12.48º 0.55% 0.64% -
HSV(B) 12.48º 0.47% 0.84% -
XYZ 38.75 32.09 19.48 -
YUV 154.53 104 169.71 -
System Red Green Blue C M Y K H S L
Decimal 213 133 112 0 0.38 0.47 0.16 12.48 0.55 0.64
Hex D5 85 70 0 26 2F 10 C 37 40
Octal 325 205 160 0 46 57 20 14 67 100
Binary 11010101 10000101 1110000 0 100110 101111 10000 1100 110111 1000000

Color Harmonies of #D58570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58570

Black with #D58570

Text Example


Text Example

White with #D58570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58570; }

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

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

background-color css

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

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

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

border-color css

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

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

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