#DA66B3

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

Shades of Hot Pink #DA66B3

Tints of Hot Pink #DA66B3

Color information

#DA66B3 (or 0xDA66B3) is unknown color: approx Hot Pink. HEX triplet: DA, 66 and B3. RGB value is (218,102,179). Sum of RGB (Red+Green+Blue) = 218+102+179=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 102 (40.23% from 255 or 20.44% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA66B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DA66B3 is #25994C. Grayscale: #919191. Windows color (decimal): -2464077 or 11757274. OLE color: 11757274.

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

Color convert

RGB218102179-
CMYK00.530.180.15
HSL320.17º61.05%62.75%-
HSV(B)320.17º53.21%85.49%-
XYZ41.827.6645.78-
YUV145.46146.93179.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 43.69%
GREEN value IS 102 (40.23% from 255) = 20.44%
BLUE value IS 179 (70.31% from 255) = 35.87%
R=43.69%
G=20.44%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21810217900.530.180.15320.1761.0562.75
HexDA66B303512F1403d3f
Octal33214626306522175007577
Binary110110101100110101100110110101100101111101000000111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA66B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA66B3; }

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

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

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

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

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

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

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

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