#D69581

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

Shades of My Pink #D69581

Tints of My Pink #D69581

Color information

#D69581 (or 0xD69581) is unknown color: approx My Pink. HEX triplet: D6, 95 and 81. RGB value is (214,149,129). Sum of RGB (Red+Green+Blue) = 214+149+129=492 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.50% from 492); Green value is 149 (58.59% from 255 or 30.28% from 492); Blue value is 129 (50.78% from 255 or 26.22% from 492); Max value from RGB is 214 - color contains mainly: red. Hex color #D69581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69581 is #296A7E. Grayscale: #A6A6A6. Windows color (decimal): -2714239 or 8492502. OLE color: 8492502.

HSL color Cylindrical-coordinate representation of color #D69581: hue angle of 14.12º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D69581 is Cyan = 0, Magento = 0.30, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB214149129-
CMYK00.300.400.16
HSL14.12º50.9%67.25%-
HSV(B)14.12º39.72%83.92%-
XYZ42.4437.3825.75-
YUV166.15107.03162.13-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.50%
GREEN value IS 149 (58.59% from 255) = 30.28%
BLUE value IS 129 (50.78% from 255) = 26.22%
R=43.50%
G=30.28%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414912900.300.400.1614.1250.967.25
HexD6958101E2810e3343
Octal32622520103650201663103
Binary1101011010010101100000010111101010001000011101100111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69581; }

 p { color: rgb(214,149,129); }

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

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

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

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

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

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

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