#DE69B6

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

Shades of Hot Pink #DE69B6

Tints of Hot Pink #DE69B6

Color information

#DE69B6 (or 0xDE69B6) is unknown color: approx Hot Pink. HEX triplet: DE, 69 and B6. RGB value is (222,105,182). Sum of RGB (Red+Green+Blue) = 222+105+182=509 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.61% from 509); Green value is 105 (41.41% from 255 or 20.63% from 509); Blue value is 182 (71.48% from 255 or 35.76% from 509); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69B6 is #219649. Grayscale: #949494. Windows color (decimal): -2201162 or 11954654. OLE color: 11954654.

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

Color convert

RGB222105182-
CMYK00.530.180.13
HSL320.51º63.93%64.12%-
HSV(B)320.51º52.7%87.06%-
XYZ43.6229.0147.56-
YUV148.76146.76180.24-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.61%
GREEN value IS 105 (41.41% from 255) = 20.63%
BLUE value IS 182 (71.48% from 255) = 35.76%
R=43.61%
G=20.63%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22210518200.530.180.13320.5163.9364.12
HexDE69B603512D1414040
Octal3361512660652215501100100
Binary11011110110100110110110011010110010110110100000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69B6; }

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

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

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

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

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

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

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

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