Html Css Color HEX #DB5FB4 Hot Pink

📋 copy color: '#DB5FB4'

red 219 ◦ green 95 ◦ blue 180

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

Shades of Hot Pink #DB5FB4

Tints of Hot Pink #DB5FB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 36.44%

R = 44.33%
G = 19.23%
B = 36.44%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#DB5FB4 (or 0xDB5FB4) is known color: Hot Pink. HEX triplet: DB, 5F and B4. RGB value is (219,95,180). Sum of RGB (Red+Green+Blue) = 219+95+180=494 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.33% from 494); Green value is 95 (37.5% from 255 or 19.23% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5FB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DB5FB4 is #24A04B. Grayscale: #8D8D8D. Windows color (decimal): -2400332 or 11821019. OLE color: 11821019.

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

Color convert

RGB 219 95 180 -
CMYK 0 0.57 0.18 0.14
HSL 318.87º 0.63% 0.62% -
HSV(B) 318.87º 0.57% 0.86% -
XYZ 41.54 26.54 46.11 -
YUV 141.77 149.58 183.09 -
System Red Green Blue C M Y K H S L
Decimal 219 95 180 0 0.57 0.18 0.14 318.87 0.63 0.62
Hex DB 5F B4 0 39 12 E 13F 3F 3E
Octal 333 137 264 0 71 22 16 477 77 76
Binary 11011011 1011111 10110100 0 111001 10010 1110 100111111 111111 111110

Color Harmonies of #DB5FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5FB4

Black with #DB5FB4

Text Example


Text Example

White with #DB5FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5FB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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