#D68D7D

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

Shades of My Pink #D68D7D

Tints of My Pink #D68D7D

Color information

#D68D7D (or 0xD68D7D) is unknown color: approx My Pink. HEX triplet: D6, 8D and 7D. RGB value is (214,141,125). Sum of RGB (Red+Green+Blue) = 214+141+125=480 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.58% from 480); Green value is 141 (55.47% from 255 or 29.38% from 480); Blue value is 125 (49.22% from 255 or 26.04% from 480); Max value from RGB is 214 - color contains mainly: red. Hex color #D68D7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68D7D is #297282. Grayscale: #A1A1A1. Windows color (decimal): -2716291 or 8228310. OLE color: 8228310.

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

Color convert

RGB214141125-
CMYK00.340.420.16
HSL10.79º52.05%66.47%-
HSV(B)10.79º41.59%83.92%-
XYZ40.9634.8323.97-
YUV161107.68165.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.58%
GREEN value IS 141 (55.47% from 255) = 29.38%
BLUE value IS 125 (49.22% from 255) = 26.04%
R=44.58%
G=29.38%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414112500.340.420.1610.7952.0566.47
HexD68D7D0222A10b3442
Octal32621517504252201364102
Binary1101011010001101111110101000101010101000010111101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68D7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68D7D; }

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

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

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

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

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

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

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

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