Html Css Color HEX #DB2BAF Spicy Pink

📋 copy color: '#DB2BAF'

red 219 ◦ green 43 ◦ blue 175

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

Shades of Spicy Pink #DB2BAF

Tints of Spicy Pink #DB2BAF

RGB

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

 GREEN value IS 43 (17.19% from 255) = 9.84%

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

R = 50.11%
G = 9.84%
B = 40.05%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB2BAF (or 0xDB2BAF) is known color: Spicy Pink. HEX triplet: DB, 2B and AF. RGB value is (219,43,175). Sum of RGB (Red+Green+Blue) = 219+43+175=437 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.11% from 437); Green value is 43 (17.19% from 255 or 9.84% from 437); Blue value is 175 (68.75% from 255 or 40.05% from 437); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2BAF is #24D450. Grayscale: #6E6E6E. Windows color (decimal): -2413649 or 11480027. OLE color: 11480027.

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

Color convert

RGB 219 43 175 -
CMYK 0 0.80 0.20 0.14
HSL 315º 0.71% 0.51% -
HSV(B) 315º 0.8% 0.86% -
XYZ 37.82 19.88 42.4 -
YUV 110.67 164.31 205.27 -
System Red Green Blue C M Y K H S L
Decimal 219 43 175 0 0.80 0.20 0.14 315 0.71 0.51
Hex DB 2B AF 0 50 14 E 13B 47 33
Octal 333 53 257 0 120 24 16 473 107 63
Binary 11011011 101011 10101111 0 1010000 10100 1110 100111011 1000111 110011

Color Harmonies of #DB2BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2BAF

Black with #DB2BAF

Text Example


Text Example

White with #DB2BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2BAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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