#DE568A

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

Shades of Dark Pink #DE568A

Tints of Dark Pink #DE568A

Color information

#DE568A (or 0xDE568A) is unknown color: approx Dark Pink. HEX triplet: DE, 56 and 8A. RGB value is (222,86,138). Sum of RGB (Red+Green+Blue) = 222+86+138=446 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.78% from 446); Green value is 86 (33.98% from 255 or 19.28% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 222 - color contains mainly: red. Hex color #DE568A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE568A is #21A975. Grayscale: #848484. Windows color (decimal): -2206070 or 9066206. OLE color: 9066206.

HSL color Cylindrical-coordinate representation of color #DE568A: hue angle of 337.06º 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 #DE568A is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22286138-
CMYK00.610.380.13
HSL337.06º67.33%60.39%-
HSV(B)337.06º61.26%87.06%-
XYZ38.0424.0226.68-
YUV132.59131.06191.77-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 49.78%
GREEN value IS 86 (33.98% from 255) = 19.28%
BLUE value IS 138 (54.30% from 255) = 30.94%
R=49.78%
G=19.28%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228613800.610.380.13337.0667.3360.39
HexDE568A03D26D151433c
Octal336126212075461552110374
Binary11011110101011010001010011110110011011011010100011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE568A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE568A; }

 p { color: rgb(222,86,138); }

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

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

 a { background-color: rgb(222,86,138); }

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

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

 span { border-color: rgb(222,86,138); }

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