#D19384

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

Shades of My Pink #D19384

Tints of My Pink #D19384

Color information

#D19384 (or 0xD19384) is unknown color: approx My Pink. HEX triplet: D1, 93 and 84. RGB value is (209,147,132). Sum of RGB (Red+Green+Blue) = 209+147+132=488 (64% of max value = 765). Red value is 209 (82.03% from 255 or 42.83% from 488); Green value is 147 (57.81% from 255 or 30.12% from 488); Blue value is 132 (51.95% from 255 or 27.05% from 488); Max value from RGB is 209 - color contains mainly: red. Hex color #D19384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D19384 is #2E6C7B. Grayscale: #A3A3A3. Windows color (decimal): -3042428 or 8688593. OLE color: 8688593.

HSL color Cylindrical-coordinate representation of color #D19384: hue angle of 11.69º 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 #D19384 is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB209147132-
CMYK00.300.370.18
HSL11.69º45.56%66.86%-
HSV(B)11.69º36.84%81.96%-
XYZ40.8936.0926.64-
YUV163.83110.04160.22-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 42.83%
GREEN value IS 147 (57.81% from 255) = 30.12%
BLUE value IS 132 (51.95% from 255) = 27.05%
R=42.83%
G=30.12%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20914713200.300.370.1811.6945.5666.86
HexD1938401E2512c2e43
Octal32122320403645221456103
Binary1101000110010011100001000111101001011001011001011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D19384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D19384; }

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

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

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

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

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

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

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

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