#D69288

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

Shades of My Pink #D69288

Tints of My Pink #D69288

Color information

#D69288 (or 0xD69288) is unknown color: approx My Pink. HEX triplet: D6, 92 and 88. RGB value is (214,146,136). Sum of RGB (Red+Green+Blue) = 214+146+136=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 146 (57.42% from 255 or 29.44% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 214 - color contains mainly: red. Hex color #D69288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69288 is #296D77. Grayscale: #A5A5A5. Windows color (decimal): -2715000 or 8950486. OLE color: 8950486.

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

Color convert

RGB214146136-
CMYK00.320.360.16
HSL7.69º48.75%68.63%-
HSV(B)7.69º36.45%83.92%-
XYZ42.4536.6328.13-
YUV165.19111.53162.81-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.15%
GREEN value IS 146 (57.42% from 255) = 29.44%
BLUE value IS 136 (53.52% from 255) = 27.42%
R=43.15%
G=29.44%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414613600.320.360.167.6948.7568.63
HexD69288020241083145
Octal32622221004044201061105
Binary11010110100100101000100001000001001001000010001100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69288; }

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

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

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

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

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

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

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

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