#DB61B5

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

Shades of Hot Pink #DB61B5

Tints of Hot Pink #DB61B5

Color information

#DB61B5 (or 0xDB61B5) is unknown color: approx Hot Pink. HEX triplet: DB, 61 and B5. RGB value is (219,97,181). Sum of RGB (Red+Green+Blue) = 219+97+181=497 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.06% from 497); Green value is 97 (38.28% from 255 or 19.52% from 497); Blue value is 181 (71.09% from 255 or 36.42% from 497); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61B5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB61B5 is #249E4A. Grayscale: #8E8E8E. Windows color (decimal): -2399819 or 11887067. OLE color: 11887067.

HSL color Cylindrical-coordinate representation of color #DB61B5: hue angle of 318.69º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DB61B5 is Cyan = 0, Magento = 0.56, Yellow = 0.17 and Black (K on CMYK) = 0.14.

Color convert

RGB21997181-
CMYK00.560.170.14
HSL318.69º62.89%61.96%-
HSV(B)318.69º55.71%85.88%-
XYZ41.8326.9546.71-
YUV143.05149.42182.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.06%
GREEN value IS 97 (38.28% from 255) = 19.52%
BLUE value IS 181 (71.09% from 255) = 36.42%
R=44.06%
G=19.52%
B=36.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199718100.560.170.14318.6962.8961.96
HexDB61B503811E13f3f3e
Octal33314126507021164777776
Binary110110111100001101101010111000100011110100111111111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB61B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB61B5; }

 p { color: rgb(219,97,181); }

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

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

 a { background-color: rgb(219,97,181); }

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

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

 span { border-color: rgb(219,97,181); }

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