Html Css Color HEX #D58375 New York Pink

📋 copy color: '#D58375'

red 213 ◦ green 131 ◦ blue 117

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

Shades of New York Pink #D58375

Tints of New York Pink #D58375

RGB

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

 GREEN value IS 131 (51.56% from 255) = 28.42%

 BLUE value IS 117 (46.09% from 255) = 25.38%

R = 46.2%
G = 28.42%
B = 25.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58375 (or 0xD58375) is known color: New York Pink. HEX triplet: D5, 83 and 75. RGB value is (213,131,117). Sum of RGB (Red+Green+Blue) = 213+131+117=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 131 (51.56% from 255 or 28.42% from 461); Blue value is 117 (46.09% from 255 or 25.38% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58375 is #2A7C8A. Grayscale: #9A9A9A. Windows color (decimal): -2784395 or 7701461. OLE color: 7701461.

HSL color Cylindrical-coordinate representation of color #D58375: hue angle of 8.75º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D58375 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 131 117 -
CMYK 0 0.38 0.45 0.16
HSL 8.75º 0.53% 0.65% -
HSV(B) 8.75º 0.45% 0.84% -
XYZ 38.77 31.66 20.9 -
YUV 153.92 107.17 170.14 -
System Red Green Blue C M Y K H S L
Decimal 213 131 117 0 0.38 0.45 0.16 8.75 0.53 0.65
Hex D5 83 75 0 26 2D 10 9 35 41
Octal 325 203 165 0 46 55 20 11 65 101
Binary 11010101 10000011 1110101 0 100110 101101 10000 1001 110101 1000001

Color Harmonies of #D58375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58375

Black with #D58375

Text Example


Text Example

White with #D58375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58375; }

 p { color: rgb(213,131,117); }

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

background-color css

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

 a { background-color: rgb(213,131,117); }

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

border-color css

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

 span { border-color: rgb(213,131,117); }

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