#DE69B2

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

Shades of Hot Pink #DE69B2

Tints of Hot Pink #DE69B2

Color information

#DE69B2 (or 0xDE69B2) is unknown color: approx Hot Pink. HEX triplet: DE, 69 and B2. RGB value is (222,105,178). Sum of RGB (Red+Green+Blue) = 222+105+178=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 178 (69.92% from 255 or 35.25% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE69B2 is #21964D. Grayscale: #949494. Windows color (decimal): -2201166 or 11692510. OLE color: 11692510.

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

Color convert

RGB222105178-
CMYK00.530.200.13
HSL322.56º63.93%64.12%-
HSV(B)322.56º52.7%87.06%-
XYZ43.2128.8545.41-
YUV148.3144.76180.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 105 (41.41% from 255) = 20.79%
BLUE value IS 178 (69.92% from 255) = 35.25%
R=43.96%
G=20.79%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210517800.530.200.13322.5663.9364.12
HexDE69B203514D1434040
Octal3361512620652415503100100
Binary11011110110100110110010011010110100110110100001110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69B2; }

 p { color: rgb(222,105,178); }

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

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

 a { background-color: rgb(222,105,178); }

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

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

 span { border-color: rgb(222,105,178); }

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