#D19684

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

Shades of My Pink #D19684

Tints of My Pink #D19684

Color information

#D19684 (or 0xD19684) is unknown color: approx My Pink. HEX triplet: D1, 96 and 84. RGB value is (209,150,132). Sum of RGB (Red+Green+Blue) = 209+150+132=491 (65% of max value = 765). Red value is 209 (82.03% from 255 or 42.57% from 491); Green value is 150 (58.98% from 255 or 30.55% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 209 - color contains mainly: red. Hex color #D19684 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19684 is #2E697B. Grayscale: #A5A5A5. Windows color (decimal): -3041660 or 8689361. OLE color: 8689361.

HSL color Cylindrical-coordinate representation of color #D19684: hue angle of 14.03º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D19684 is Cyan = 0, Magento = 0.28, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB209150132-
CMYK00.280.370.18
HSL14.03º45.56%66.86%-
HSV(B)14.03º36.84%81.96%-
XYZ41.3737.0326.8-
YUV165.59109.05158.96-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.57%
GREEN value IS 150 (58.98% from 255) = 30.55%
BLUE value IS 132 (51.95% from 255) = 26.88%
R=42.57%
G=30.55%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20915013200.280.370.1814.0345.5666.86
HexD1968401C2512e2e43
Octal32122620403445221656103
Binary1101000110010110100001000111001001011001011101011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19684; }

 p { color: rgb(209,150,132); }

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

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

 a { background-color: rgb(209,150,132); }

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

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

 span { border-color: rgb(209,150,132); }

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