#D69188

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

Shades of My Pink #D69188

Tints of My Pink #D69188

Color information

#D69188 (or 0xD69188) is unknown color: approx My Pink. HEX triplet: D6, 91 and 88. RGB value is (214,145,136). Sum of RGB (Red+Green+Blue) = 214+145+136=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 145 (57.03% from 255 or 29.29% from 495); Blue value is 136 (53.52% from 255 or 27.47% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D69188 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69188 is #296E77. Grayscale: #A4A4A4. Windows color (decimal): -2715256 or 8950230. OLE color: 8950230.

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

Color convert

RGB214145136-
CMYK00.320.360.16
HSL6.92º48.75%68.63%-
HSV(B)6.92º36.45%83.92%-
XYZ42.336.3228.07-
YUV164.6111.86163.23-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.23%
GREEN value IS 145 (57.03% from 255) = 29.29%
BLUE value IS 136 (53.52% from 255) = 27.47%
R=43.23%
G=29.29%
B=27.47%

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
Decimal21414513600.320.360.166.9248.7568.63
HexD69188020241073145
Octal3262212100404420761105
Binary1101011010010001100010000100000100100100001111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69188; }

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

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

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

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

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

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

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

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