Html Css Color HEX #DB5BAE Hot Pink

📋 copy color: '#DB5BAE'

red 219 ◦ green 91 ◦ blue 174

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

Shades of Hot Pink #DB5BAE

Tints of Hot Pink #DB5BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.95%

R = 45.25%
G = 18.8%
B = 35.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB5BAE (or 0xDB5BAE) is known color: Hot Pink. HEX triplet: DB, 5B and AE. RGB value is (219,91,174). Sum of RGB (Red+Green+Blue) = 219+91+174=484 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.25% from 484); Green value is 91 (35.94% from 255 or 18.80% from 484); Blue value is 174 (68.36% from 255 or 35.95% from 484); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5BAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5BAE is #24A451. Grayscale: #8A8A8A. Windows color (decimal): -2401362 or 11426779. OLE color: 11426779.

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

Color convert

RGB 219 91 174 -
CMYK 0 0.58 0.21 0.14
HSL 321.09º 0.64% 0.61% -
HSV(B) 321.09º 0.58% 0.86% -
XYZ 40.59 25.6 42.85 -
YUV 138.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 219 91 174 0 0.58 0.21 0.14 321.09 0.64 0.61
Hex DB 5B AE 0 3A 15 E 141 40 3D
Octal 333 133 256 0 72 25 16 501 100 75
Binary 11011011 1011011 10101110 0 111010 10101 1110 101000001 1000000 111101

Color Harmonies of #DB5BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5BAE

Black with #DB5BAE

Text Example


Text Example

White with #DB5BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5BAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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