Html Css Color HEX #DB5BB0 Hot Pink

📋 copy color: '#DB5BB0'

red 219 ◦ green 91 ◦ blue 176

#DB5BB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hot Pink #DB5BB0

Tints of Hot Pink #DB5BB0

RGB

 RED value IS 219 (85.94% from 255) = 45.06%

 GREEN value IS 91 (35.94% from 255) = 18.72%

 BLUE value IS 176 (69.14% from 255) = 36.21%

R = 45.06%
G = 18.72%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB5BB0 (or 0xDB5BB0) is known color: Hot Pink. HEX triplet: DB, 5B and B0. RGB value is (219,91,176). Sum of RGB (Red+Green+Blue) = 219+91+176=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 91 (35.94% from 255 or 18.72% from 486); Blue value is 176 (69.14% from 255 or 36.21% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5BB0 is #24A44F. Grayscale: #8A8A8A. Windows color (decimal): -2401360 or 11557851. OLE color: 11557851.

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

Color convert

RGB 219 91 176 -
CMYK 0 0.58 0.20 0.14
HSL 320.16º 0.64% 0.61% -
HSV(B) 320.16º 0.58% 0.86% -
XYZ 40.79 25.68 43.88 -
YUV 138.96 148.91 185.09 -
System Red Green Blue C M Y K H S L
Decimal 219 91 176 0 0.58 0.20 0.14 320.16 0.64 0.61
Hex DB 5B B0 0 3A 14 E 140 40 3D
Octal 333 133 260 0 72 24 16 500 100 75
Binary 11011011 1011011 10110000 0 111010 10100 1110 101000000 1000000 111101

Color Harmonies of #DB5BB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BB0

Black with #DB5BB0

Text Example


Text Example

White with #DB5BB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BB0; }

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

 H1.HeaderClassName
 {
   color: #DB5BB0;
 }
 .AnyTagClassName
 {
   color: #DB5BB0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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