#DC9583

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

Shades of My Pink #DC9583

Tints of My Pink #DC9583

Color information

#DC9583 (or 0xDC9583) is unknown color: approx My Pink. HEX triplet: DC, 95 and 83. RGB value is (220,149,131). Sum of RGB (Red+Green+Blue) = 220+149+131=500 (66% of max value = 765). Red value is 220 (86.33% from 255 or 44% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 131 (51.56% from 255 or 26.2% from 500); Max value from RGB is 220 - color contains mainly: red. Hex color #DC9583 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC9583 is #236A7C. Grayscale: #A8A8A8. Windows color (decimal): -2321021 or 8623580. OLE color: 8623580.

HSL color Cylindrical-coordinate representation of color #DC9583: hue angle of 12.13º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC9583 is Cyan = 0, Magento = 0.32, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB220149131-
CMYK00.320.400.14
HSL12.13º55.97%68.82%-
HSV(B)12.13º40.45%86.27%-
XYZ44.3638.3526.54-
YUV168.18107.02164.96-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 44%
GREEN value IS 149 (58.59% from 255) = 29.8%
BLUE value IS 131 (51.56% from 255) = 26.2%
R=44%
G=29.8%
B=26.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22014913100.320.400.1412.1355.9768.82
HexDC958302028Ec3845
Octal33422520304050161470105
Binary1101110010010101100000110100000101000111011001110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC9583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC9583; }

 p { color: rgb(220,149,131); }

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

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

 a { background-color: rgb(220,149,131); }

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

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

 span { border-color: rgb(220,149,131); }

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