#DA65B6

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

Shades of Hot Pink #DA65B6

Tints of Hot Pink #DA65B6

Color information

#DA65B6 (or 0xDA65B6) is unknown color: approx Hot Pink. HEX triplet: DA, 65 and B6. RGB value is (218,101,182). Sum of RGB (Red+Green+Blue) = 218+101+182=501 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.51% from 501); Green value is 101 (39.84% from 255 or 20.16% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 218 - color contains mainly: red. Hex color #DA65B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA65B6 is #259A49. Grayscale: #919191. Windows color (decimal): -2464330 or 11953626. OLE color: 11953626.

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

Color convert

RGB218101182-
CMYK00.540.170.15
HSL318.46º61.26%62.55%-
HSV(B)318.46º53.67%85.49%-
XYZ42.0127.5947.37-
YUV145.22148.76179.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.51%
GREEN value IS 101 (39.84% from 255) = 20.16%
BLUE value IS 182 (71.48% from 255) = 36.33%
R=43.51%
G=20.16%
B=36.33%

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
Decimal21810118200.540.170.15318.4661.2662.55
HexDA65B603611F13e3d3f
Octal33214526606621174767577
Binary110110101100101101101100110110100011111100111110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA65B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA65B6; }

 p { color: rgb(218,101,182); }

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

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

 a { background-color: rgb(218,101,182); }

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

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

 span { border-color: rgb(218,101,182); }

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