#DD538A

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

Shades of Dark Pink #DD538A

Tints of Dark Pink #DD538A

Color information

#DD538A (or 0xDD538A) is unknown color: approx Dark Pink. HEX triplet: DD, 53 and 8A. RGB value is (221,83,138). Sum of RGB (Red+Green+Blue) = 221+83+138=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 83 (32.81% from 255 or 18.78% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD538A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD538A is #22AC75. Grayscale: #828282. Windows color (decimal): -2272374 or 9065437. OLE color: 9065437.

HSL color Cylindrical-coordinate representation of color #DD538A: hue angle of 336.09º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD538A is Cyan = 0, Magento = 0.62, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22183138-
CMYK00.620.380.13
HSL336.09º66.99%59.61%-
HSV(B)336.09º62.44%86.67%-
XYZ37.523.3926.58-
YUV130.53132.22192.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 18.78%
BLUE value IS 138 (54.30% from 255) = 31.22%
R=50%
G=18.78%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218313800.620.380.13336.0966.9959.61
HexDD538A03E26D150433c
Octal335123212076461552010374
Binary11011101101001110001010011111010011011011010100001000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD538A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD538A; }

 p { color: rgb(221,83,138); }

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

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

 a { background-color: rgb(221,83,138); }

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

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

 span { border-color: rgb(221,83,138); }

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