#D68270

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

Shades of New York Pink #D68270

Tints of New York Pink #D68270

Color information

#D68270 (or 0xD68270) is unknown color: approx New York Pink. HEX triplet: D6, 82 and 70. RGB value is (214,130,112). Sum of RGB (Red+Green+Blue) = 214+130+112=456 (60% of max value = 765). Red value is 214 (83.98% from 255 or 46.93% from 456); Green value is 130 (51.17% from 255 or 28.51% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 214 - color contains mainly: red. Hex color #D68270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68270 is #297D8F. Grayscale: #999999. Windows color (decimal): -2719120 or 7373526. OLE color: 7373526.

HSL color Cylindrical-coordinate representation of color #D68270: hue angle of 10.59º degrees, saturation: 0.55, 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 #D68270 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB214130112-
CMYK00.390.480.16
HSL10.59º55.43%63.92%-
HSV(B)10.59º47.66%83.92%-
XYZ38.6431.4319.36-
YUV153.06104.83171.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 46.93%
GREEN value IS 130 (51.17% from 255) = 28.51%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=46.93%
G=28.51%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413011200.390.480.1610.5955.4363.92
HexD682700273010b3740
Octal32620216004760201367100
Binary1101011010000010111000001001111100001000010111101111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68270; }

 p { color: rgb(214,130,112); }

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

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

 a { background-color: rgb(214,130,112); }

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

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

 span { border-color: rgb(214,130,112); }

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