#D08784

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

Shades of My Pink #D08784

Tints of My Pink #D08784

Color information

#D08784 (or 0xD08784) is unknown color: approx My Pink. HEX triplet: D0, 87 and 84. RGB value is (208,135,132). Sum of RGB (Red+Green+Blue) = 208+135+132=475 (62% of max value = 765). Red value is 208 (81.64% from 255 or 43.79% from 475); Green value is 135 (53.12% from 255 or 28.42% from 475); Blue value is 132 (51.95% from 255 or 27.79% from 475); Max value from RGB is 208 - color contains mainly: red. Hex color #D08784 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08784 is #2F787B. Grayscale: #9C9C9C. Windows color (decimal): -3111036 or 8685520. OLE color: 8685520.

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

Color convert

RGB208135132-
CMYK00.350.370.18
HSL2.37º44.71%66.67%-
HSV(B)2.37º36.54%81.57%-
XYZ38.8432.426.04-
YUV156.48114.18164.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.79%
GREEN value IS 135 (53.12% from 255) = 28.42%
BLUE value IS 132 (51.95% from 255) = 27.79%
R=43.79%
G=28.42%
B=27.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813513200.350.370.182.3744.7166.67
HexD08784023251222d43
Octal3202072040434522255103
Binary110100001000011110000100010001110010110010101011011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08784

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08784; }

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

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

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

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

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

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

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

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