Html Css Color HEX #DB2AAE Spicy Pink

📋 copy color: '#DB2AAE'

red 219 ◦ green 42 ◦ blue 174

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

Shades of Spicy Pink #DB2AAE

Tints of Spicy Pink #DB2AAE

RGB

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

 GREEN value IS 42 (16.8% from 255) = 9.66%

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

R = 50.34%
G = 9.66%
B = 40%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB2AAE (or 0xDB2AAE) is known color: Spicy Pink. HEX triplet: DB, 2A and AE. RGB value is (219,42,174). Sum of RGB (Red+Green+Blue) = 219+42+174=435 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.34% from 435); Green value is 42 (16.80% from 255 or 9.66% from 435); Blue value is 174 (68.36% from 255 or 40% from 435); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2AAE is #24D551. Grayscale: #6D6D6D. Windows color (decimal): -2413906 or 11414235. OLE color: 11414235.

HSL color Cylindrical-coordinate representation of color #DB2AAE: hue angle of 315.25º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2AAE is Cyan = 0, Magento = 0.81, Yellow = 0.21 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 42 174 -
CMYK 0 0.81 0.21 0.14
HSL 315.25º 0.71% 0.51% -
HSV(B) 315.25º 0.81% 0.86% -
XYZ 37.68 19.77 41.87 -
YUV 109.97 164.14 205.77 -
System Red Green Blue C M Y K H S L
Decimal 219 42 174 0 0.81 0.21 0.14 315.25 0.71 0.51
Hex DB 2A AE 0 51 15 E 13B 47 33
Octal 333 52 256 0 121 25 16 473 107 63
Binary 11011011 101010 10101110 0 1010001 10101 1110 100111011 1000111 110011

Color Harmonies of #DB2AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2AAE

Black with #DB2AAE

Text Example


Text Example

White with #DB2AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2AAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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