#DE68B2

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

Shades of Hot Pink #DE68B2

Tints of Hot Pink #DE68B2

Color information

#DE68B2 (or 0xDE68B2) is unknown color: approx Hot Pink. HEX triplet: DE, 68 and B2. RGB value is (222,104,178). Sum of RGB (Red+Green+Blue) = 222+104+178=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 104 (41.02% from 255 or 20.63% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE68B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE68B2 is #21974D. Grayscale: #939393. Windows color (decimal): -2201422 or 11692254. OLE color: 11692254.

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

Color convert

RGB222104178-
CMYK00.530.200.13
HSL322.37º64.13%63.92%-
HSV(B)322.37º53.15%87.06%-
XYZ43.1128.6445.38-
YUV147.72145.09180.98-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 104 (41.02% from 255) = 20.63%
BLUE value IS 178 (69.92% from 255) = 35.32%
R=44.05%
G=20.63%
B=35.32%

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
Decimal22210417800.530.200.13322.3764.1363.92
HexDE68B203514D1424040
Octal3361502620652415502100100
Binary11011110110100010110010011010110100110110100001010000001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE68B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE68B2; }

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

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

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

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

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

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

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

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