#DD568F

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

Shades of Dark Pink #DD568F

Tints of Dark Pink #DD568F

Color information

#DD568F (or 0xDD568F) is unknown color: approx Dark Pink. HEX triplet: DD, 56 and 8F. RGB value is (221,86,143). Sum of RGB (Red+Green+Blue) = 221+86+143=450 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.11% from 450); Green value is 86 (33.98% from 255 or 19.11% from 450); Blue value is 143 (56.25% from 255 or 31.78% from 450); Max value from RGB is 221 - color contains mainly: red. Hex color #DD568F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD568F is #22A970. Grayscale: #848484. Windows color (decimal): -2271601 or 9393885. OLE color: 9393885.

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

Color convert

RGB22186143-
CMYK00.610.350.13
HSL334.67º66.5%60.2%-
HSV(B)334.67º61.09%86.67%-
XYZ38.124.0128.61-
YUV132.86133.73190.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.11%
GREEN value IS 86 (33.98% from 255) = 19.11%
BLUE value IS 143 (56.25% from 255) = 31.78%
R=49.11%
G=19.11%
B=31.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2218614300.610.350.13334.6766.560.2
HexDD568F03D23D14f433c
Octal335126217075431551710374
Binary11011101101011010001111011110110001111011010011111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD568F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD568F; }

 p { color: rgb(221,86,143); }

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

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

 a { background-color: rgb(221,86,143); }

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

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

 span { border-color: rgb(221,86,143); }

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