Html Css Color HEX #DB21A2 Deep Cerise

📋 copy color: '#DB21A2'

red 219 ◦ green 33 ◦ blue 162

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

Shades of Deep Cerise #DB21A2

Tints of Deep Cerise #DB21A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 52.9%
G = 7.97%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB21A2 (or 0xDB21A2) is known color: Deep Cerise. HEX triplet: DB, 21 and A2. RGB value is (219,33,162). Sum of RGB (Red+Green+Blue) = 219+33+162=414 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.90% from 414); Green value is 33 (13.28% from 255 or 7.97% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 219 - color contains mainly: red. Hex color #DB21A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB21A2 is #24DE5D. Grayscale: #666666. Windows color (decimal): -2416222 or 10625499. OLE color: 10625499.

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

Color convert

RGB 219 33 162 -
CMYK 0 0.85 0.26 0.14
HSL 318.39º 0.74% 0.49% -
HSV(B) 318.39º 0.85% 0.86% -
XYZ 36.28 18.76 35.89 -
YUV 103.32 161.12 210.51 -
System Red Green Blue C M Y K H S L
Decimal 219 33 162 0 0.85 0.26 0.14 318.39 0.74 0.49
Hex DB 21 A2 0 55 1A E 13E 4A 31
Octal 333 41 242 0 125 32 16 476 112 61
Binary 11011011 100001 10100010 0 1010101 11010 1110 100111110 1001010 110001

Color Harmonies of #DB21A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB21A2

Black with #DB21A2

Text Example


Text Example

White with #DB21A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB21A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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