Html Css Color HEX #D58372 New York Pink

📋 copy color: '#D58372'

red 213 ◦ green 131 ◦ blue 114

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

Shades of New York Pink #D58372

Tints of New York Pink #D58372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 24.89%

R = 46.51%
G = 28.6%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D58372 (or 0xD58372) is known color: New York Pink. HEX triplet: D5, 83 and 72. RGB value is (213,131,114). Sum of RGB (Red+Green+Blue) = 213+131+114=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 131 (51.56% from 255 or 28.60% from 458); Blue value is 114 (44.92% from 255 or 24.89% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D58372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58372 is #2A7C8D. Grayscale: #999999. Windows color (decimal): -2784398 or 7504853. OLE color: 7504853.

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

Color convert

RGB 213 131 114 -
CMYK 0 0.38 0.46 0.16
HSL 10.3º 0.54% 0.64% -
HSV(B) 10.3º 0.46% 0.84% -
XYZ 38.59 31.59 19.98 -
YUV 153.58 105.67 170.38 -
System Red Green Blue C M Y K H S L
Decimal 213 131 114 0 0.38 0.46 0.16 10.3 0.54 0.64
Hex D5 83 72 0 26 2E 10 A 36 40
Octal 325 203 162 0 46 56 20 12 66 100
Binary 11010101 10000011 1110010 0 100110 101110 10000 1010 110110 1000000

Color Harmonies of #D58372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58372

Black with #D58372

Text Example


Text Example

White with #D58372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58372; }

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

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

background-color css

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

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

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

border-color css

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

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

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