#D68F85

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

Shades of My Pink #D68F85

Tints of My Pink #D68F85

Color information

#D68F85 (or 0xD68F85) is unknown color: approx My Pink. HEX triplet: D6, 8F and 85. RGB value is (214,143,133). Sum of RGB (Red+Green+Blue) = 214+143+133=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 143 (56.25% from 255 or 29.18% from 490); Blue value is 133 (52.34% from 255 or 27.14% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D68F85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68F85 is #29707A. Grayscale: #A3A3A3. Windows color (decimal): -2715771 or 8753110. OLE color: 8753110.

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

Color convert

RGB214143133-
CMYK00.330.380.16
HSL7.41º49.69%68.04%-
HSV(B)7.41º37.85%83.92%-
XYZ41.7935.6326.87-
YUV163.09111.02164.31-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.67%
GREEN value IS 143 (56.25% from 255) = 29.18%
BLUE value IS 133 (52.34% from 255) = 27.14%
R=43.67%
G=29.18%
B=27.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414313300.330.380.167.4149.6968.04
HexD68F85021261073244
Octal3262172050414620762104
Binary1101011010001111100001010100001100110100001111100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68F85; }

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

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

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

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

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

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

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

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