#DE63B2

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

Shades of Hot Pink #DE63B2

Tints of Hot Pink #DE63B2

Color information

#DE63B2 (or 0xDE63B2) is unknown color: approx Hot Pink. HEX triplet: DE, 63 and B2. RGB value is (222,99,178). Sum of RGB (Red+Green+Blue) = 222+99+178=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 99 (39.06% from 255 or 19.84% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE63B2 is #219C4D. Grayscale: #909090. Windows color (decimal): -2202702 or 11690974. OLE color: 11690974.

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

Color convert

RGB22299178-
CMYK00.550.200.13
HSL321.46º65.08%62.94%-
HSV(B)321.46º55.41%87.06%-
XYZ42.6227.6745.21-
YUV144.78146.75183.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 99 (39.06% from 255) = 19.84%
BLUE value IS 178 (69.92% from 255) = 35.67%
R=44.49%
G=19.84%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.20
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2229917800.550.200.13321.4665.0862.94
HexDE63B203714D141413f
Octal336143262067241550110177
Binary1101111011000111011001001101111010011011010000011000001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE63B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE63B2; }

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

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

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

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

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

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

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

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