#DA63B4

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

Shades of Hot Pink #DA63B4

Tints of Hot Pink #DA63B4

Color information

#DA63B4 (or 0xDA63B4) is unknown color: approx Hot Pink. HEX triplet: DA, 63 and B4. RGB value is (218,99,180). Sum of RGB (Red+Green+Blue) = 218+99+180=497 (65% of max value = 765). Red value is 218 (85.55% from 255 or 43.86% from 497); Green value is 99 (39.06% from 255 or 19.92% from 497); Blue value is 180 (70.70% from 255 or 36.22% from 497); Max value from RGB is 218 - color contains mainly: red. Hex color #DA63B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA63B4 is #259C4B. Grayscale: #8F8F8F. Windows color (decimal): -2464844 or 11822042. OLE color: 11822042.

HSL color Cylindrical-coordinate representation of color #DA63B4: hue angle of 319.16º 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 #DA63B4 is Cyan = 0, Magento = 0.55, Yellow = 0.17 and Black (K on CMYK) = 0.15.

Color convert

RGB21899180-
CMYK00.550.170.15
HSL319.16º61.66%62.16%-
HSV(B)319.16º54.59%85.49%-
XYZ41.6127.1246.22-
YUV143.82148.42180.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.86%
GREEN value IS 99 (39.06% from 255) = 19.92%
BLUE value IS 180 (70.70% from 255) = 36.22%
R=43.86%
G=19.92%
B=36.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189918000.550.170.15319.1661.6662.16
HexDA63B403711F13f3e3e
Octal33214326406721174777676
Binary110110101100011101101000110111100011111100111111111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA63B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA63B4; }

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

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

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

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

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

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

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

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