Html Css Color HEX #D58670 New York Pink

📋 copy color: '#D58670'

red 213 ◦ green 134 ◦ blue 112

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

Shades of New York Pink #D58670

Tints of New York Pink #D58670

RGB

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

 GREEN value IS 134 (52.73% from 255) = 29.19%

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

R = 46.41%
G = 29.19%
B = 24.4%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D58670 (or 0xD58670) is known color: New York Pink. HEX triplet: D5, 86 and 70. RGB value is (213,134,112). Sum of RGB (Red+Green+Blue) = 213+134+112=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 134 (52.73% from 255 or 29.19% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58670 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58670 is #2A798F. Grayscale: #9B9B9B. Windows color (decimal): -2783632 or 7374549. OLE color: 7374549.

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

Color convert

RGB 213 134 112 -
CMYK 0 0.37 0.47 0.16
HSL 13.07º 0.55% 0.64% -
HSV(B) 13.07º 0.47% 0.84% -
XYZ 38.89 32.37 19.53 -
YUV 155.11 103.67 169.29 -
System Red Green Blue C M Y K H S L
Decimal 213 134 112 0 0.37 0.47 0.16 13.07 0.55 0.64
Hex D5 86 70 0 25 2F 10 D 37 40
Octal 325 206 160 0 45 57 20 15 67 100
Binary 11010101 10000110 1110000 0 100101 101111 10000 1101 110111 1000000

Color Harmonies of #D58670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D58670

Black with #D58670

Text Example


Text Example

White with #D58670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D58670; }

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

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

background-color css

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

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

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

border-color css

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

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

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