#DA60B1

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

Shades of Hot Pink #DA60B1

Tints of Hot Pink #DA60B1

Color information

#DA60B1 (or 0xDA60B1) is unknown color: approx Hot Pink. HEX triplet: DA, 60 and B1. RGB value is (218,96,177). Sum of RGB (Red+Green+Blue) = 218+96+177=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 96 (37.89% from 255 or 19.55% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60B1 is #259F4E. Grayscale: #8D8D8D. Windows color (decimal): -2465615 or 11624666. OLE color: 11624666.

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

Color convert

RGB21896177-
CMYK00.560.190.15
HSL320.16º62.24%61.57%-
HSV(B)320.16º55.96%85.49%-
XYZ41.0326.4544.54-
YUV141.71147.92182.41-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.40%
GREEN value IS 96 (37.89% from 255) = 19.55%
BLUE value IS 177 (69.53% from 255) = 36.05%
R=44.40%
G=19.55%
B=36.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189617700.560.190.15320.1662.2461.57
HexDA60B103813F1403e3e
Octal33214026107023175007676
Binary110110101100000101100010111000100111111101000000111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA60B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA60B1; }

 p { color: rgb(218,96,177); }

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

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

 a { background-color: rgb(218,96,177); }

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

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

 span { border-color: rgb(218,96,177); }

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