Html Css Color HEX #DB32A1 Deep Cerise

📋 copy color: '#DB32A1'

red 219 ◦ green 50 ◦ blue 161

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

Shades of Deep Cerise #DB32A1

Tints of Deep Cerise #DB32A1

RGB

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

 GREEN value IS 50 (19.92% from 255) = 11.63%

 BLUE value IS 161 (63.28% from 255) = 37.44%

R = 50.93%
G = 11.63%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB32A1 (or 0xDB32A1) is known color: Deep Cerise. HEX triplet: DB, 32 and A1. RGB value is (219,50,161). Sum of RGB (Red+Green+Blue) = 219+50+161=430 (56% of max value = 765). Red value is 219 (85.94% from 255 or 50.93% from 430); Green value is 50 (19.92% from 255 or 11.63% from 430); Blue value is 161 (63.28% from 255 or 37.44% from 430); Max value from RGB is 219 - color contains mainly: red. Hex color #DB32A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB32A1 is #24CD5E. Grayscale: #707070. Windows color (decimal): -2411871 or 10564315. OLE color: 10564315.

HSL color Cylindrical-coordinate representation of color #DB32A1: hue angle of 320.59º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DB32A1 is Cyan = 0, Magento = 0.77, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 50 161 -
CMYK 0 0.77 0.26 0.14
HSL 320.59º 0.7% 0.53% -
HSV(B) 320.59º 0.77% 0.86% -
XYZ 36.79 19.91 35.62 -
YUV 113.19 154.99 203.47 -
System Red Green Blue C M Y K H S L
Decimal 219 50 161 0 0.77 0.26 0.14 320.59 0.7 0.53
Hex DB 32 A1 0 4D 1A E 141 46 35
Octal 333 62 241 0 115 32 16 501 106 65
Binary 11011011 110010 10100001 0 1001101 11010 1110 101000001 1000110 110101

Color Harmonies of #DB32A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB32A1

Black with #DB32A1

Text Example


Text Example

White with #DB32A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB32A1; }

 p { color: rgb(219,50,161); }

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

background-color css

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

 a { background-color: rgb(219,50,161); }

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

border-color css

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

 span { border-color: rgb(219,50,161); }

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