#D68578

Color #D68578 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D68578

Tints of New York Pink #D68578

Color information

#D68578 (or 0xD68578) is unknown color: approx New York Pink. HEX triplet: D6, 85 and 78. RGB value is (214,133,120). Sum of RGB (Red+Green+Blue) = 214+133+120=467 (61% of max value = 765). Red value is 214 (83.98% from 255 or 45.82% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 120 (47.27% from 255 or 25.70% from 467); Max value from RGB is 214 - color contains mainly: red. Hex color #D68578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68578 is #297A87. Grayscale: #9B9B9B. Windows color (decimal): -2718344 or 7898582. OLE color: 7898582.

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

Color convert

RGB214133120-
CMYK00.380.440.16
HSL8.3º53.41%65.49%-
HSV(B)8.3º43.93%83.92%-
XYZ39.5132.4321.95-
YUV155.74107.84169.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.82%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 120 (47.27% from 255) = 25.70%
R=45.82%
G=28.48%
B=25.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413312000.380.440.168.353.4165.49
HexD685780262C1083541
Octal32620517004654201065101
Binary1101011010000101111100001001101011001000010001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68578; }

 p { color: rgb(214,133,120); }

 H1.HeaderClassName
 {
   color: #D68578;
 }
 .AnyTagClassName
 {
   color: #D68578;
 }
</style>
background-color css

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

 a { background-color: rgb(214,133,120); }

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

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

 span { border-color: rgb(214,133,120); }

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