#DA64B5

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

Shades of Hot Pink #DA64B5

Tints of Hot Pink #DA64B5

Color information

#DA64B5 (or 0xDA64B5) is unknown color: approx Hot Pink. HEX triplet: DA, 64 and B5. RGB value is (218,100,181). Sum of RGB (Red+Green+Blue) = 218+100+181=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 100 (39.45% from 255 or 20.04% from 499); Blue value is 181 (71.09% from 255 or 36.27% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA64B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA64B5 is #259B4A. Grayscale: #909090. Windows color (decimal): -2464587 or 11887834. OLE color: 11887834.

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

Color convert

RGB218100181-
CMYK00.540.170.15
HSL318.81º61.46%62.35%-
HSV(B)318.81º54.13%85.49%-
XYZ41.8127.3646.79-
YUV144.52148.59180.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 100 (39.45% from 255) = 20.04%
BLUE value IS 181 (71.09% from 255) = 36.27%
R=43.69%
G=20.04%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.17
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810018100.540.170.15318.8161.4662.35
HexDA64B503611F13f3d3e
Octal33214426506621174777576
Binary110110101100100101101010110110100011111100111111111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA64B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA64B5; }

 p { color: rgb(218,100,181); }

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

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

 a { background-color: rgb(218,100,181); }

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

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

 span { border-color: rgb(218,100,181); }

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