#da63b3

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

Shades of Hot Pink #DA63B3

Tints of Hot Pink #DA63B3

Color information

#DA63B3 (or 0xDA63B3) is unknown color: approx Hot Pink. HEX triplet: DA, 63 and B3. RGB value is (218,99,179). Sum of RGB (Red+Green+Blue) = 218+99+179=496 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.95% from 496); Green value is 99 (39.06% from 255 or 19.96% from 496); Blue value is 179 (70.31% from 255 or 36.09% from 496); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63B3 is #259C4C. Grayscale: #8F8F8F. Windows color (decimal): -2464845 or 11756506. OLE color: 11756506.

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

Color convert

RGB21899179-
CMYK00.550.180.15
HSL319.66º61.66%62.16%-
HSV(B)319.66º54.59%85.49%-
XYZ41.5127.0845.69-
YUV143.7147.92181-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.95%
GREEN value IS 99 (39.06% from 255) = 19.96%
BLUE value IS 179 (70.31% from 255) = 36.09%
R=43.95%
G=19.96%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189917900.550.180.15319.6661.6662.16
HexDA63B303712F1403e3e
Octal33214326306722175007676
Binary110110101100011101100110110111100101111101000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #da63b3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #da63b3; }

 p { color: rgb(218,99,179); }

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

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

 a { background-color: rgb(218,99,179); }

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

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

 span { border-color: rgb(218,99,179); }

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