#D68E7E

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

Shades of My Pink #D68E7E

Tints of My Pink #D68E7E

Color information

#D68E7E (or 0xD68E7E) is unknown color: approx My Pink. HEX triplet: D6, 8E and 7E. RGB value is (214,142,126). Sum of RGB (Red+Green+Blue) = 214+142+126=482 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.40% from 482); Green value is 142 (55.86% from 255 or 29.46% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 214 - color contains mainly: red. Hex color #D68E7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68E7E is #297181. Grayscale: #A1A1A1. Windows color (decimal): -2716034 or 8294102. OLE color: 8294102.

HSL color Cylindrical-coordinate representation of color #D68E7E: hue angle of 10.91º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D68E7E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB214142126-
CMYK00.340.410.16
HSL10.91º51.76%66.67%-
HSV(B)10.91º41.12%83.92%-
XYZ41.1735.1524.35-
YUV161.7107.85165.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.40%
GREEN value IS 142 (55.86% from 255) = 29.46%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=44.40%
G=29.46%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414212600.340.410.1610.9151.7666.67
HexD68E7E0222910b3443
Octal32621617604251201364103
Binary1101011010001110111111001000101010011000010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68E7E; }

 p { color: rgb(214,142,126); }

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

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

 a { background-color: rgb(214,142,126); }

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

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

 span { border-color: rgb(214,142,126); }

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