Html Css Color HEX #D78570 New York Pink

📋 copy color: '#D78570'

red 215 ◦ green 133 ◦ blue 112

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

Shades of New York Pink #D78570

Tints of New York Pink #D78570

RGB

 RED value IS 215 (84.38% from 255) = 46.74%

 GREEN value IS 133 (52.34% from 255) = 28.91%

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

R = 46.74%
G = 28.91%
B = 24.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D78570 (or 0xD78570) is known color: New York Pink. HEX triplet: D7, 85 and 70. RGB value is (215,133,112). Sum of RGB (Red+Green+Blue) = 215+133+112=460 (60% of max value = 765). Red value is 215 (84.38% from 255 or 46.74% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 215 - color contains mainly: red. Hex color #D78570 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78570 is #287A8F. Grayscale: #9B9B9B. Windows color (decimal): -2652816 or 7374295. OLE color: 7374295.

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

Color convert

RGB 215 133 112 -
CMYK 0 0.38 0.48 0.16
HSL 12.23º 0.56% 0.64% -
HSV(B) 12.23º 0.48% 0.84% -
XYZ 39.34 32.39 19.51 -
YUV 155.12 103.67 170.71 -
System Red Green Blue C M Y K H S L
Decimal 215 133 112 0 0.38 0.48 0.16 12.23 0.56 0.64
Hex D7 85 70 0 26 30 10 C 38 40
Octal 327 205 160 0 46 60 20 14 70 100
Binary 11010111 10000101 1110000 0 100110 110000 10000 1100 111000 1000000

Color Harmonies of #D78570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D78570

Black with #D78570

Text Example


Text Example

White with #D78570

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D78570; }

 p { color: rgb(215,133,112); }

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

background-color css

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

 a { background-color: rgb(215,133,112); }

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

border-color css

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

 span { border-color: rgb(215,133,112); }

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