#DB61B1

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

Shades of Hot Pink #DB61B1

Tints of Hot Pink #DB61B1

Color information

#DB61B1 (or 0xDB61B1) is unknown color: approx Hot Pink. HEX triplet: DB, 61 and B1. RGB value is (219,97,177). Sum of RGB (Red+Green+Blue) = 219+97+177=493 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.42% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 177 (69.53% from 255 or 35.90% from 493); Max value from RGB is 219 - color contains mainly: red. Hex color #DB61B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB61B1 is #249E4E. Grayscale: #8E8E8E. Windows color (decimal): -2399823 or 11624923. OLE color: 11624923.

HSL color Cylindrical-coordinate representation of color #DB61B1: hue angle of 320.66º 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 #DB61B1 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB21997177-
CMYK00.560.190.14
HSL320.66º62.89%61.96%-
HSV(B)320.66º55.71%85.88%-
XYZ41.4226.7844.58-
YUV142.6147.42182.5-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.42%
GREEN value IS 97 (38.28% from 255) = 19.68%
BLUE value IS 177 (69.53% from 255) = 35.90%
R=44.42%
G=19.68%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199717700.560.190.14320.6662.8961.96
HexDB61B103813E1413f3e
Octal33314126107023165017776
Binary110110111100001101100010111000100111110101000001111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB61B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB61B1; }

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

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

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

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

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

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

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

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