#DB5BB1

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

Shades of Hot Pink #DB5BB1

Tints of Hot Pink #DB5BB1

Color information

#DB5BB1 (or 0xDB5BB1) is unknown color: approx Hot Pink. HEX triplet: DB, 5B and B1. RGB value is (219,91,177). Sum of RGB (Red+Green+Blue) = 219+91+177=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 91 (35.94% from 255 or 18.69% from 487); Blue value is 177 (69.53% from 255 or 36.34% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5BB1 is #24A44E. Grayscale: #8A8A8A. Windows color (decimal): -2401359 or 11623387. OLE color: 11623387.

HSL color Cylindrical-coordinate representation of color #DB5BB1: hue angle of 319.69º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DB5BB1 is Cyan = 0, Magento = 0.58, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB21991177-
CMYK00.580.190.14
HSL319.69º64%60.78%-
HSV(B)319.69º58.45%85.88%-
XYZ40.8925.7244.4-
YUV139.08149.41185.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 44.97%
GREEN value IS 91 (35.94% from 255) = 18.69%
BLUE value IS 177 (69.53% from 255) = 36.34%
R=44.97%
G=18.69%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2199117700.580.190.14319.696460.78
HexDB5BB103A13E140403d
Octal333133261072231650010075
Binary1101101110110111011000101110101001111101010000001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB5BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB5BB1; }

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

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

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

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

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

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

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

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