#D69385

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

Shades of My Pink #D69385

Tints of My Pink #D69385

Color information

#D69385 (or 0xD69385) is unknown color: approx My Pink. HEX triplet: D6, 93 and 85. RGB value is (214,147,133). Sum of RGB (Red+Green+Blue) = 214+147+133=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 147 (57.81% from 255 or 29.76% from 494); Blue value is 133 (52.34% from 255 or 26.92% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D69385 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69385 is #296C7A. Grayscale: #A5A5A5. Windows color (decimal): -2714747 or 8754134. OLE color: 8754134.

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

Color convert

RGB214147133-
CMYK00.310.380.16
HSL10.37º49.69%68.04%-
HSV(B)10.37º37.85%83.92%-
XYZ42.436.8627.07-
YUV165.44109.7162.64-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 147 (57.81% from 255) = 29.76%
BLUE value IS 133 (52.34% from 255) = 26.92%
R=43.32%
G=29.76%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414713300.310.380.1610.3749.6968.04
HexD6938501F2610a3244
Octal32622320503746201262104
Binary1101011010010011100001010111111001101000010101100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69385; }

 p { color: rgb(214,147,133); }

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

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

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

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

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

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

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