Html Css Color HEX #DB21AF Spicy Pink

📋 copy color: '#DB21AF'

red 219 ◦ green 33 ◦ blue 175

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

Shades of Spicy Pink #DB21AF

Tints of Spicy Pink #DB21AF

RGB

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

 GREEN value IS 33 (13.28% from 255) = 7.73%

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

R = 51.29%
G = 7.73%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#DB21AF (or 0xDB21AF) is known color: Spicy Pink. HEX triplet: DB, 21 and AF. RGB value is (219,33,175). Sum of RGB (Red+Green+Blue) = 219+33+175=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 33 (13.28% from 255 or 7.73% from 427); Blue value is 175 (68.75% from 255 or 40.98% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB21AF is #24DE50. Grayscale: #686868. Windows color (decimal): -2416209 or 11477467. OLE color: 11477467.

HSL color Cylindrical-coordinate representation of color #DB21AF: hue angle of 314.19º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB21AF is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 33 175 -
CMYK 0 0.85 0.20 0.14
HSL 314.19º 0.74% 0.49% -
HSV(B) 314.19º 0.85% 0.86% -
XYZ 37.5 19.24 42.3 -
YUV 104.8 167.62 209.45 -
System Red Green Blue C M Y K H S L
Decimal 219 33 175 0 0.85 0.20 0.14 314.19 0.74 0.49
Hex DB 21 AF 0 55 14 E 13A 4A 31
Octal 333 41 257 0 125 24 16 472 112 61
Binary 11011011 100001 10101111 0 1010101 10100 1110 100111010 1001010 110001

Color Harmonies of #DB21AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21AF

Black with #DB21AF

Text Example


Text Example

White with #DB21AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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