#DB63B2

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

Shades of Hot Pink #DB63B2

Tints of Hot Pink #DB63B2

Color information

#DB63B2 (or 0xDB63B2) is unknown color: approx Hot Pink. HEX triplet: DB, 63 and B2. RGB value is (219,99,178). Sum of RGB (Red+Green+Blue) = 219+99+178=496 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.15% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 219 - color contains mainly: red. Hex color #DB63B2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB63B2 is #249C4D. Grayscale: #8F8F8F. Windows color (decimal): -2399310 or 11690971. OLE color: 11690971.

HSL color Cylindrical-coordinate representation of color #DB63B2: hue angle of 320.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB63B2 is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB21999178-
CMYK00.550.190.14
HSL320.5º62.5%62.35%-
HSV(B)320.5º54.79%85.88%-
XYZ41.7127.245.17-
YUV143.89147.26181.58-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.15%
GREEN value IS 99 (39.06% from 255) = 19.96%
BLUE value IS 178 (69.92% from 255) = 35.89%
R=44.15%
G=19.96%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199917800.550.190.14320.562.562.35
HexDB63B203713E1403e3e
Octal33314326206723165007676
Binary110110111100011101100100110111100111110101000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB63B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB63B2; }

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

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

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

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

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

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

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

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