#DE69B5

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

Shades of Hot Pink #DE69B5

Tints of Hot Pink #DE69B5

Color information

#DE69B5 (or 0xDE69B5) is unknown color: approx Hot Pink. HEX triplet: DE, 69 and B5. RGB value is (222,105,181). Sum of RGB (Red+Green+Blue) = 222+105+181=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 181 (71.09% from 255 or 35.63% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE69B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DE69B5 is #21964A. Grayscale: #949494. Windows color (decimal): -2201163 or 11889118. OLE color: 11889118.

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

Color convert

RGB222105181-
CMYK00.530.180.13
HSL321.03º63.93%64.12%-
HSV(B)321.03º52.7%87.06%-
XYZ43.5228.9747.01-
YUV148.65146.26180.32-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 105 (41.41% from 255) = 20.67%
BLUE value IS 181 (71.09% from 255) = 35.63%
R=43.70%
G=20.67%
B=35.63%

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
Decimal22210518100.530.180.13321.0363.9364.12
HexDE69B503512D1414040
Octal3361512650652215501100100
Binary11011110110100110110101011010110010110110100000110000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE69B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE69B5; }

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

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

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

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

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

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

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

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