#D69483

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

Shades of My Pink #D69483

Tints of My Pink #D69483

Color information

#D69483 (or 0xD69483) is unknown color: approx My Pink. HEX triplet: D6, 94 and 83. RGB value is (214,148,131). Sum of RGB (Red+Green+Blue) = 214+148+131=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 148 (58.20% from 255 or 30.02% from 493); Blue value is 131 (51.56% from 255 or 26.57% from 493); Max value from RGB is 214 - color contains mainly: red. Hex color #D69483 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69483 is #296B7C. Grayscale: #A5A5A5. Windows color (decimal): -2714493 or 8623318. OLE color: 8623318.

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

Color convert

RGB214148131-
CMYK00.310.390.16
HSL12.29º50.3%67.65%-
HSV(B)12.29º38.79%83.92%-
XYZ42.4237.1126.4-
YUV165.8108.37162.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.41%
GREEN value IS 148 (58.20% from 255) = 30.02%
BLUE value IS 131 (51.56% from 255) = 26.57%
R=43.41%
G=30.02%
B=26.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414813100.310.390.1612.2950.367.65
HexD6948301F2710c3244
Octal32622420303747201462104
Binary1101011010010100100000110111111001111000011001100101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D69483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D69483; }

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

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

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

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

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

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

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

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