Html Css Color HEX #DB5EB2 Hot Pink

📋 copy color: '#DB5EB2'

red 219 ◦ green 94 ◦ blue 178

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

Shades of Hot Pink #DB5EB2

Tints of Hot Pink #DB5EB2

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.14%

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

R = 44.6%
G = 19.14%
B = 36.25%

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

#DB5EB2 (or 0xDB5EB2) is known color: Hot Pink. HEX triplet: DB, 5E and B2. RGB value is (219,94,178). Sum of RGB (Red+Green+Blue) = 219+94+178=491 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.60% from 491); Green value is 94 (37.11% from 255 or 19.14% from 491); Blue value is 178 (69.92% from 255 or 36.25% from 491); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5EB2 is #24A14D. Grayscale: #8C8C8C. Windows color (decimal): -2400590 or 11689691. OLE color: 11689691.

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

Color convert

RGB 219 94 178 -
CMYK 0 0.57 0.19 0.14
HSL 319.68º 0.63% 0.61% -
HSV(B) 319.68º 0.57% 0.86% -
XYZ 41.25 26.28 45.02 -
YUV 140.95 148.91 183.67 -
System Red Green Blue C M Y K H S L
Decimal 219 94 178 0 0.57 0.19 0.14 319.68 0.63 0.61
Hex DB 5E B2 0 39 13 E 140 3F 3D
Octal 333 136 262 0 71 23 16 500 77 75
Binary 11011011 1011110 10110010 0 111001 10011 1110 101000000 111111 111101

Color Harmonies of #DB5EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5EB2

Black with #DB5EB2

Text Example


Text Example

White with #DB5EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5EB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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