Html Css Color HEX #DB5CAE Hot Pink

📋 copy color: '#DB5CAE'

red 219 ◦ green 92 ◦ blue 174

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

Shades of Hot Pink #DB5CAE

Tints of Hot Pink #DB5CAE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 18.97%

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

R = 45.15%
G = 18.97%
B = 35.88%

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

#DB5CAE (or 0xDB5CAE) is known color: Hot Pink. HEX triplet: DB, 5C and AE. RGB value is (219,92,174). Sum of RGB (Red+Green+Blue) = 219+92+174=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 92 (36.33% from 255 or 18.97% from 485); Blue value is 174 (68.36% from 255 or 35.88% from 485); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5CAE is #24A351. Grayscale: #8B8B8B. Windows color (decimal): -2401106 or 11427035. OLE color: 11427035.

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

Color convert

RGB 219 92 174 -
CMYK 0 0.58 0.21 0.14
HSL 321.26º 0.64% 0.61% -
HSV(B) 321.26º 0.58% 0.86% -
XYZ 40.68 25.77 42.87 -
YUV 139.32 147.58 184.83 -
System Red Green Blue C M Y K H S L
Decimal 219 92 174 0 0.58 0.21 0.14 321.26 0.64 0.61
Hex DB 5C AE 0 3A 15 E 141 40 3D
Octal 333 134 256 0 72 25 16 501 100 75
Binary 11011011 1011100 10101110 0 111010 10101 1110 101000001 1000000 111101

Color Harmonies of #DB5CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CAE

Black with #DB5CAE

Text Example


Text Example

White with #DB5CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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