Html Css Color HEX #DB5FB2 Hot Pink

📋 copy color: '#DB5FB2'

red 219 ◦ green 95 ◦ blue 178

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

Shades of Hot Pink #DB5FB2

Tints of Hot Pink #DB5FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 19.31%

 BLUE value IS 178 (69.92% from 255) = 36.18%

R = 44.51%
G = 19.31%
B = 36.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#DB5FB2 (or 0xDB5FB2) is known color: Hot Pink. HEX triplet: DB, 5F and B2. RGB value is (219,95,178). Sum of RGB (Red+Green+Blue) = 219+95+178=492 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.51% from 492); Green value is 95 (37.5% from 255 or 19.31% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5FB2 is #24A04D. Grayscale: #8D8D8D. Windows color (decimal): -2400334 or 11689947. OLE color: 11689947.

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

Color convert

RGB 219 95 178 -
CMYK 0 0.57 0.19 0.14
HSL 319.84º 0.63% 0.62% -
HSV(B) 319.84º 0.57% 0.86% -
XYZ 41.34 26.46 45.05 -
YUV 141.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 219 95 178 0 0.57 0.19 0.14 319.84 0.63 0.62
Hex DB 5F B2 0 39 13 E 140 3F 3E
Octal 333 137 262 0 71 23 16 500 77 76
Binary 11011011 1011111 10110010 0 111001 10011 1110 101000000 111111 111110

Color Harmonies of #DB5FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FB2

Black with #DB5FB2

Text Example


Text Example

White with #DB5FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FB2; }

 p { color: rgb(219,95,178); }

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

background-color css

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

 a { background-color: rgb(219,95,178); }

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

border-color css

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

 span { border-color: rgb(219,95,178); }

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