Html Css Color HEX #D58770 New York Pink

📋 copy color: '#D58770'

red 213 ◦ green 135 ◦ blue 112

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

Shades of New York Pink #D58770

Tints of New York Pink #D58770

RGB

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

 GREEN value IS 135 (53.13% from 255) = 29.35%

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

R = 46.3%
G = 29.35%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58770 (or 0xD58770) is known color: New York Pink. HEX triplet: D5, 87 and 70. RGB value is (213,135,112). Sum of RGB (Red+Green+Blue) = 213+135+112=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 135 (53.12% from 255 or 29.35% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D58770 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58770 is #2A788F. Grayscale: #9B9B9B. Windows color (decimal): -2783376 or 7374805. OLE color: 7374805.

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

Color convert

RGB 213 135 112 -
CMYK 0 0.37 0.47 0.16
HSL 13.66º 0.55% 0.64% -
HSV(B) 13.66º 0.47% 0.84% -
XYZ 39.03 32.64 19.57 -
YUV 155.7 103.34 168.87 -
System Red Green Blue C M Y K H S L
Decimal 213 135 112 0 0.37 0.47 0.16 13.66 0.55 0.64
Hex D5 87 70 0 25 2F 10 E 37 40
Octal 325 207 160 0 45 57 20 16 67 100
Binary 11010101 10000111 1110000 0 100101 101111 10000 1110 110111 1000000

Color Harmonies of #D58770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58770

Black with #D58770

Text Example


Text Example

White with #D58770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58770; }

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

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

background-color css

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

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

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

border-color css

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

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

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