#D08478

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

Shades of My Pink #D08478

Tints of My Pink #D08478

Color information

#D08478 (or 0xD08478) is unknown color: approx My Pink. HEX triplet: D0, 84 and 78. RGB value is (208,132,120). Sum of RGB (Red+Green+Blue) = 208+132+120=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 120 (47.27% from 255 or 26.09% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D08478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08478 is #2F7B87. Grayscale: #999999. Windows color (decimal): -3111816 or 7898320. OLE color: 7898320.

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

Color convert

RGB208132120-
CMYK00.370.420.18
HSL8.18º48.35%64.31%-
HSV(B)8.18º42.31%81.57%-
XYZ37.6531.2721.82-
YUV153.36109.18166.98-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.22%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 120 (47.27% from 255) = 26.09%
R=45.22%
G=28.70%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813212000.370.420.188.1848.3564.31
HexD084780252A1283040
Octal32020417004552221060100
Binary1101000010000100111100001001011010101001010001100001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08478; }

 p { color: rgb(208,132,120); }

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

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

 a { background-color: rgb(208,132,120); }

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

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

 span { border-color: rgb(208,132,120); }

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