Html Css Color HEX #D58073 New York Pink

📋 copy color: '#D58073'

red 213 ◦ green 128 ◦ blue 115

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

Shades of New York Pink #D58073

Tints of New York Pink #D58073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 25.22%

R = 46.71%
G = 28.07%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D58073 (or 0xD58073) is known color: New York Pink. HEX triplet: D5, 80 and 73. RGB value is (213,128,115). Sum of RGB (Red+Green+Blue) = 213+128+115=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 115 (45.31% from 255 or 25.22% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D58073 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58073 is #2A7F8C. Grayscale: #989898. Windows color (decimal): -2785165 or 7569621. OLE color: 7569621.

HSL color Cylindrical-coordinate representation of color #D58073: hue angle of 7.96º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D58073 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 128 115 -
CMYK 0 0.40 0.46 0.16
HSL 7.96º 0.54% 0.64% -
HSV(B) 7.96º 0.46% 0.84% -
XYZ 38.25 30.82 20.15 -
YUV 151.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 213 128 115 0 0.40 0.46 0.16 7.96 0.54 0.64
Hex D5 80 73 0 28 2E 10 8 36 40
Octal 325 200 163 0 50 56 20 10 66 100
Binary 11010101 10000000 1110011 0 101000 101110 10000 1000 110110 1000000

Color Harmonies of #D58073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58073

Black with #D58073

Text Example


Text Example

White with #D58073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58073; }

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

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

background-color css

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

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

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

border-color css

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

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

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