#D68B8B

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

Shades of My Pink #D68B8B

Tints of My Pink #D68B8B

Color information

#D68B8B (or 0xD68B8B) is unknown color: approx My Pink. HEX triplet: D6, 8B and 8B. RGB value is (214,139,139). Sum of RGB (Red+Green+Blue) = 214+139+139=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 139 (54.69% from 255 or 28.25% from 492); Blue value is 139 (54.69% from 255 or 28.25% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68B8B is #297474. Grayscale: #A1A1A1. Windows color (decimal): -2716789 or 9145302. OLE color: 9145302.

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

Color convert

RGB214139139-
CMYK00.350.350.16
HSL47.77%69.22%-
HSV(B)35.05%83.92%-
XYZ41.6234.6328.92-
YUV161.42115.35165.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 139 (54.69% from 255) = 28.25%
BLUE value IS 139 (54.69% from 255) = 28.25%
R=43.50%
G=28.25%
B=28.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413913900.350.350.16047.7769.22
HexD68B8B023231003045
Octal3262132130434320060105
Binary11010110100010111000101101000111000111000001100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68B8B; }

 p { color: rgb(214,139,139); }

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

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

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

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

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

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

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