#D68880

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

Shades of My Pink #D68880

Tints of My Pink #D68880

Color information

#D68880 (or 0xD68880) is unknown color: approx My Pink. HEX triplet: D6, 88 and 80. RGB value is (214,136,128). Sum of RGB (Red+Green+Blue) = 214+136+128=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 128 (50.39% from 255 or 26.78% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68880 is #29777F. Grayscale: #9E9E9E. Windows color (decimal): -2717568 or 8423638. OLE color: 8423638.

HSL color Cylindrical-coordinate representation of color #D68880: hue angle of 5.58º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D68880 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214136128-
CMYK00.360.400.16
HSL5.58º51.19%67.06%-
HSV(B)5.58º40.19%83.92%-
XYZ40.4333.4624.75-
YUV158.41110.84167.65-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 128 (50.39% from 255) = 26.78%
R=44.77%
G=28.45%
B=26.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413612800.360.400.165.5851.1967.06
HexD68880024281063343
Octal3262102000445020663103
Binary1101011010001000100000000100100101000100001101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68880; }

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

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

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

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

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

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

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

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