Html Css Color HEX #D58270 New York Pink

📋 copy color: '#D58270'

red 213 ◦ green 130 ◦ blue 112

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

Shades of New York Pink #D58270

Tints of New York Pink #D58270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 28.57%

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

R = 46.81%
G = 28.57%
B = 24.62%

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

#D58270 (or 0xD58270) is known color: New York Pink. HEX triplet: D5, 82 and 70. RGB value is (213,130,112). Sum of RGB (Red+Green+Blue) = 213+130+112=455 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.81% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 213 - color contains mainly: red. Hex color #D58270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58270 is #2A7D8F. Grayscale: #989898. Windows color (decimal): -2784656 or 7373525. OLE color: 7373525.

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

Color convert

RGB 213 130 112 -
CMYK 0 0.39 0.47 0.16
HSL 10.69º 0.55% 0.64% -
HSV(B) 10.69º 0.47% 0.84% -
XYZ 38.35 31.28 19.35 -
YUV 152.77 105 170.96 -
System Red Green Blue C M Y K H S L
Decimal 213 130 112 0 0.39 0.47 0.16 10.69 0.55 0.64
Hex D5 82 70 0 27 2F 10 B 37 40
Octal 325 202 160 0 47 57 20 13 67 100
Binary 11010101 10000010 1110000 0 100111 101111 10000 1011 110111 1000000

Color Harmonies of #D58270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58270

Black with #D58270

Text Example


Text Example

White with #D58270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58270; }

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

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

background-color css

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

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

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

border-color css

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

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

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