#D68C88

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

Shades of My Pink #D68C88

Tints of My Pink #D68C88

Color information

#D68C88 (or 0xD68C88) is unknown color: approx My Pink. HEX triplet: D6, 8C and 88. RGB value is (214,140,136). Sum of RGB (Red+Green+Blue) = 214+140+136=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 140 (55.08% from 255 or 28.57% from 490); Blue value is 136 (53.52% from 255 or 27.76% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C88 is #297377. Grayscale: #A1A1A1. Windows color (decimal): -2716536 or 8948950. OLE color: 8948950.

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

Color convert

RGB214140136-
CMYK00.350.360.16
HSL3.08º48.75%68.63%-
HSV(B)3.08º36.45%83.92%-
XYZ41.5534.8327.83-
YUV161.67113.52165.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 140 (55.08% from 255) = 28.57%
BLUE value IS 136 (53.52% from 255) = 27.76%
R=43.67%
G=28.57%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414013600.350.360.163.0848.7568.63
HexD68C88023241033145
Octal3262142100434420361105
Binary110101101000110010001000010001110010010000111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C88; }

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

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

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

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

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

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

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

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