#D69285

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

Shades of My Pink #D69285

Tints of My Pink #D69285

Color information

#D69285 (or 0xD69285) is unknown color: approx My Pink. HEX triplet: D6, 92 and 85. RGB value is (214,146,133). Sum of RGB (Red+Green+Blue) = 214+146+133=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 146 (57.42% from 255 or 29.61% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D69285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69285 is #296D7A. Grayscale: #A4A4A4. Windows color (decimal): -2715003 or 8753878. OLE color: 8753878.

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

Color convert

RGB214146133-
CMYK00.320.380.16
HSL9.63º49.69%68.04%-
HSV(B)9.63º37.85%83.92%-
XYZ42.2436.5527.02-
YUV164.85110.03163.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 146 (57.42% from 255) = 29.61%
BLUE value IS 133 (52.34% from 255) = 26.98%
R=43.41%
G=29.61%
B=26.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414613300.320.380.169.6349.6968.04
HexD692850202610a3244
Octal32622220504046201262104
Binary11010110100100101000010101000001001101000010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69285

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69285; }

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

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

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

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

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

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

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

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