Html Css Color HEX #D58975 New York Pink

📋 copy color: '#D58975'

red 213 ◦ green 137 ◦ blue 117

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

Shades of New York Pink #D58975

Tints of New York Pink #D58975

RGB

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

 GREEN value IS 137 (53.91% from 255) = 29.34%

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

R = 45.61%
G = 29.34%
B = 25.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D58975 (or 0xD58975) is known color: New York Pink. HEX triplet: D5, 89 and 75. RGB value is (213,137,117). Sum of RGB (Red+Green+Blue) = 213+137+117=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D58975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58975 is #2A768A. Grayscale: #9D9D9D. Windows color (decimal): -2782859 or 7702997. OLE color: 7702997.

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

Color convert

RGB 213 137 117 -
CMYK 0 0.36 0.45 0.16
HSL 12.5º 0.53% 0.65% -
HSV(B) 12.5º 0.45% 0.84% -
XYZ 39.6 33.32 21.17 -
YUV 157.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 213 137 117 0 0.36 0.45 0.16 12.5 0.53 0.65
Hex D5 89 75 0 24 2D 10 C 35 41
Octal 325 211 165 0 44 55 20 14 65 101
Binary 11010101 10001001 1110101 0 100100 101101 10000 1100 110101 1000001

Color Harmonies of #D58975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58975

Black with #D58975

Text Example


Text Example

White with #D58975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58975; }

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

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

background-color css

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

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

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

border-color css

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

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

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