#D28379

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

Shades of My Pink #D28379

Tints of My Pink #D28379

Color information

#D28379 (or 0xD28379) is unknown color: approx My Pink. HEX triplet: D2, 83 and 79. RGB value is (210,131,121). Sum of RGB (Red+Green+Blue) = 210+131+121=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D28379 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28379 is #2D7C86. Grayscale: #999999. Windows color (decimal): -2980999 or 7963602. OLE color: 7963602.

HSL color Cylindrical-coordinate representation of color #D28379: hue angle of 6.74º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D28379 is Cyan = 0, Magento = 0.38, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB210131121-
CMYK00.380.420.18
HSL6.74º49.72%64.9%-
HSV(B)6.74º42.38%82.35%-
XYZ38.1531.3122.12-
YUV153.48109.67168.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=45.45%
G=28.35%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013112100.380.420.186.7449.7264.9
HexD283790262A1273241
Octal3222031710465222762101
Binary110100101000001111110010100110101010100101111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28379; }

 p { color: rgb(210,131,121); }

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

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

 a { background-color: rgb(210,131,121); }

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

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

 span { border-color: rgb(210,131,121); }

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