#D69484

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

Shades of My Pink #D69484

Tints of My Pink #D69484

Color information

#D69484 (or 0xD69484) is unknown color: approx My Pink. HEX triplet: D6, 94 and 84. RGB value is (214,148,132). Sum of RGB (Red+Green+Blue) = 214+148+132=494 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.32% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 132 (51.95% from 255 or 26.72% from 494); Max value from RGB is 214 - color contains mainly: red. Hex color #D69484 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69484 is #296B7B. Grayscale: #A6A6A6. Windows color (decimal): -2714492 or 8688854. OLE color: 8688854.

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

Color convert

RGB214148132-
CMYK00.310.380.16
HSL11.71º50%67.84%-
HSV(B)11.71º38.32%83.92%-
XYZ42.4937.1426.76-
YUV165.91108.87162.3-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.32%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 132 (51.95% from 255) = 26.72%
R=43.32%
G=29.96%
B=26.72%

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
Decimal21414813200.310.380.1611.715067.84
HexD6948401F2610c3244
Octal32622420403746201462104
Binary1101011010010100100001000111111001101000011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69484; }

 p { color: rgb(214,148,132); }

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

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

 a { background-color: rgb(214,148,132); }

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

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

 span { border-color: rgb(214,148,132); }

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