#D68A7D

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

Shades of My Pink #D68A7D

Tints of My Pink #D68A7D

Color information

#D68A7D (or 0xD68A7D) is unknown color: approx My Pink. HEX triplet: D6, 8A and 7D. RGB value is (214,138,125). Sum of RGB (Red+Green+Blue) = 214+138+125=477 (63% of max value = 765). Red value is 214 (83.98% from 255 or 44.86% from 477); Green value is 138 (54.30% from 255 or 28.93% from 477); Blue value is 125 (49.22% from 255 or 26.21% from 477); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A7D is #297582. Grayscale: #9F9F9F. Windows color (decimal): -2717059 or 8227542. OLE color: 8227542.

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

Color convert

RGB214138125-
CMYK00.360.420.16
HSL8.76º52.05%66.47%-
HSV(B)8.76º41.59%83.92%-
XYZ40.5233.9523.82-
YUV159.24108.68167.06-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 44.86%
GREEN value IS 138 (54.30% from 255) = 28.93%
BLUE value IS 125 (49.22% from 255) = 26.21%
R=44.86%
G=28.93%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413812500.360.420.168.7652.0566.47
HexD68A7D0242A1093442
Octal32621217504452201164102
Binary1101011010001010111110101001001010101000010011101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A7D; }

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

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

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

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

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

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

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

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