#D68884

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

Shades of My Pink #D68884

Tints of My Pink #D68884

Color information

#D68884 (or 0xD68884) is unknown color: approx My Pink. HEX triplet: D6, 88 and 84. RGB value is (214,136,132). Sum of RGB (Red+Green+Blue) = 214+136+132=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 136 (53.52% from 255 or 28.22% from 482); Blue value is 132 (51.95% from 255 or 27.39% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D68884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68884 is #29777B. Grayscale: #9E9E9E. Windows color (decimal): -2717564 or 8685782. OLE color: 8685782.

HSL color Cylindrical-coordinate representation of color #D68884: hue angle of 2.93º degrees, saturation: 0.5, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D68884 is Cyan = 0, Magento = 0.36, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB214136132-
CMYK00.360.380.16
HSL2.93º50%67.84%-
HSV(B)2.93º38.32%83.92%-
XYZ40.733.5726.16-
YUV158.87112.84167.33-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 136 (53.52% from 255) = 28.22%
BLUE value IS 132 (51.95% from 255) = 27.39%
R=44.40%
G=28.22%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413613200.360.380.162.935067.84
HexD68884024261033244
Octal3262102040444620362104
Binary110101101000100010000100010010010011010000111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68884; }

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

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

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

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

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

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

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

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