#D69088

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

Shades of My Pink #D69088

Tints of My Pink #D69088

Color information

#D69088 (or 0xD69088) is unknown color: approx My Pink. HEX triplet: D6, 90 and 88. RGB value is (214,144,136). Sum of RGB (Red+Green+Blue) = 214+144+136=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 136 (53.52% from 255 or 27.53% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D69088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69088 is #296F77. Grayscale: #A4A4A4. Windows color (decimal): -2715512 or 8949974. OLE color: 8949974.

HSL color Cylindrical-coordinate representation of color #D69088: hue angle of 6.15º 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 #D69088 is Cyan = 0, Magento = 0.33, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214144136-
CMYK00.330.360.16
HSL6.15º48.75%68.63%-
HSV(B)6.15º36.45%83.92%-
XYZ42.1536.0228.02-
YUV164.02112.19163.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 136 (53.52% from 255) = 27.53%
R=43.32%
G=29.15%
B=27.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414413600.330.360.166.1548.7568.63
HexD69088021241063145
Octal3262202100414420661105
Binary1101011010010000100010000100001100100100001101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69088; }

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

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

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

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

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

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

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

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