Html Css Color HEX #DB5CAF Hot Pink

📋 copy color: '#DB5CAF'

red 219 ◦ green 92 ◦ blue 175

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

Shades of Hot Pink #DB5CAF

Tints of Hot Pink #DB5CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.01%

R = 45.06%
G = 18.93%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB5CAF (or 0xDB5CAF) is known color: Hot Pink. HEX triplet: DB, 5C and AF. RGB value is (219,92,175). Sum of RGB (Red+Green+Blue) = 219+92+175=486 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.06% from 486); Green value is 92 (36.33% from 255 or 18.93% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5CAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5CAF is #24A350. Grayscale: #8B8B8B. Windows color (decimal): -2401105 or 11492571. OLE color: 11492571.

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

Color convert

RGB 219 92 175 -
CMYK 0 0.58 0.20 0.14
HSL 320.79º 0.64% 0.61% -
HSV(B) 320.79º 0.58% 0.86% -
XYZ 40.78 25.81 43.39 -
YUV 139.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 219 92 175 0 0.58 0.20 0.14 320.79 0.64 0.61
Hex DB 5C AF 0 3A 14 E 141 40 3D
Octal 333 134 257 0 72 24 16 501 100 75
Binary 11011011 1011100 10101111 0 111010 10100 1110 101000001 1000000 111101

Color Harmonies of #DB5CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5CAF

Black with #DB5CAF

Text Example


Text Example

White with #DB5CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5CAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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