#DE6AB5

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

Shades of Hot Pink #DE6AB5

Tints of Hot Pink #DE6AB5

Color information

#DE6AB5 (or 0xDE6AB5) is unknown color: approx Hot Pink. HEX triplet: DE, 6A and B5. RGB value is (222,106,181). Sum of RGB (Red+Green+Blue) = 222+106+181=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 106 (41.80% from 255 or 20.83% from 509); Blue value is 181 (71.09% from 255 or 35.56% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE6AB5 is #21954A. Grayscale: #959595. Windows color (decimal): -2200907 or 11889374. OLE color: 11889374.

HSL color Cylindrical-coordinate representation of color #DE6AB5: hue angle of 321.21º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DE6AB5 is Cyan = 0, Magento = 0.52, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB222106181-
CMYK00.520.180.13
HSL321.21º63.74%64.31%-
HSV(B)321.21º52.25%87.06%-
XYZ43.6229.1747.05-
YUV149.23145.93179.9-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 106 (41.80% from 255) = 20.83%
BLUE value IS 181 (71.09% from 255) = 35.56%
R=43.61%
G=20.83%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210618100.520.180.13321.2163.7464.31
HexDE6AB503412D1414040
Octal3361522650642215501100100
Binary11011110110101010110101011010010010110110100000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE6AB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE6AB5; }

 p { color: rgb(222,106,181); }

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

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

 a { background-color: rgb(222,106,181); }

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

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

 span { border-color: rgb(222,106,181); }

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