#D68F88

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

Shades of My Pink #D68F88

Tints of My Pink #D68F88

Color information

#D68F88 (or 0xD68F88) is unknown color: approx My Pink. HEX triplet: D6, 8F and 88. RGB value is (214,143,136). Sum of RGB (Red+Green+Blue) = 214+143+136=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 143 (56.25% from 255 or 29.01% from 493); Blue value is 136 (53.52% from 255 or 27.59% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F88 is #297077. Grayscale: #A3A3A3. Windows color (decimal): -2715768 or 8949718. OLE color: 8949718.

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

Color convert

RGB214143136-
CMYK00.330.360.16
HSL5.38º48.75%68.63%-
HSV(B)5.38º36.45%83.92%-
XYZ4235.7227.97-
YUV163.43112.52164.07-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 143 (56.25% from 255) = 29.01%
BLUE value IS 136 (53.52% from 255) = 27.59%
R=43.41%
G=29.01%
B=27.59%

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
Decimal21414313600.330.360.165.3848.7568.63
HexD68F88021241053145
Octal3262172100414420561105
Binary1101011010001111100010000100001100100100001011100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F88; }

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

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

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

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

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

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

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

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