#DA9683

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

Shades of My Pink #DA9683

Tints of My Pink #DA9683

Color information

#DA9683 (or 0xDA9683) is unknown color: approx My Pink. HEX triplet: DA, 96 and 83. RGB value is (218,150,131). Sum of RGB (Red+Green+Blue) = 218+150+131=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 150 (58.98% from 255 or 30.06% from 499); Blue value is 131 (51.56% from 255 or 26.25% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9683 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9683 is #25697C. Grayscale: #A8A8A8. Windows color (decimal): -2451837 or 8623834. OLE color: 8623834.

HSL color Cylindrical-coordinate representation of color #DA9683: hue angle of 13.1º degrees, saturation: 0.54, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DA9683 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB218150131-
CMYK00.310.400.15
HSL13.1º54.04%68.43%-
HSV(B)13.1º39.91%85.49%-
XYZ43.9238.3626.56-
YUV168.17107.03163.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 150 (58.98% from 255) = 30.06%
BLUE value IS 131 (51.56% from 255) = 26.25%
R=43.69%
G=30.06%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21815013100.310.400.1513.154.0468.43
HexDA968301F28Fd3644
Octal33222620303750171566104
Binary110110101001011010000011011111101000111111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9683; }

 p { color: rgb(218,150,131); }

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

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

 a { background-color: rgb(218,150,131); }

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

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

 span { border-color: rgb(218,150,131); }

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