#D68B7D

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

Shades of My Pink #D68B7D

Tints of My Pink #D68B7D

Color information

#D68B7D (or 0xD68B7D) is unknown color: approx My Pink. HEX triplet: D6, 8B and 7D. RGB value is (214,139,125). Sum of RGB (Red+Green+Blue) = 214+139+125=478 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.77% from 478); Green value is 139 (54.69% from 255 or 29.08% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 214 - color contains mainly: red. Hex color #D68B7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68B7D is #297482. Grayscale: #9F9F9F. Windows color (decimal): -2716803 or 8227798. OLE color: 8227798.

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

Color convert

RGB214139125-
CMYK00.350.420.16
HSL9.44º52.05%66.47%-
HSV(B)9.44º41.59%83.92%-
XYZ40.6734.2423.87-
YUV159.83108.35166.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.77%
GREEN value IS 139 (54.69% from 255) = 29.08%
BLUE value IS 125 (49.22% from 255) = 26.15%
R=44.77%
G=29.08%
B=26.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413912500.350.420.169.4452.0566.47
HexD68B7D0232A1093442
Octal32621317504352201164102
Binary1101011010001011111110101000111010101000010011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68B7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68B7D; }

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

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

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

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

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

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

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

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