Html Css Color HEX #DB1E9A Deep Cerise

📋 copy color: '#DB1E9A'

red 219 ◦ green 30 ◦ blue 154

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

Shades of Deep Cerise #DB1E9A

Tints of Deep Cerise #DB1E9A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 7.44%

 BLUE value IS 154 (60.55% from 255) = 38.21%

R = 54.34%
G = 7.44%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB1E9A (or 0xDB1E9A) is known color: Deep Cerise. HEX triplet: DB, 1E and 9A. RGB value is (219,30,154). Sum of RGB (Red+Green+Blue) = 219+30+154=403 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.34% from 403); Green value is 30 (12.11% from 255 or 7.44% from 403); Blue value is 154 (60.55% from 255 or 38.21% from 403); Max value from RGB is 219 - color contains mainly: red. Hex color #DB1E9A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB1E9A is #24E165. Grayscale: #646464. Windows color (decimal): -2416998 or 10100443. OLE color: 10100443.

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

Color convert

RGB 219 30 154 -
CMYK 0 0.86 0.30 0.14
HSL 320.63º 0.76% 0.49% -
HSV(B) 320.63º 0.86% 0.86% -
XYZ 35.51 18.32 32.24 -
YUV 100.65 158.12 212.42 -
System Red Green Blue C M Y K H S L
Decimal 219 30 154 0 0.86 0.30 0.14 320.63 0.76 0.49
Hex DB 1E 9A 0 56 1E E 141 4C 31
Octal 333 36 232 0 126 36 16 501 114 61
Binary 11011011 11110 10011010 0 1010110 11110 1110 101000001 1001100 110001

Color Harmonies of #DB1E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB1E9A

Black with #DB1E9A

Text Example


Text Example

White with #DB1E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB1E9A; }

 p { color: rgb(219,30,154); }

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

background-color css

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

 a { background-color: rgb(219,30,154); }

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

border-color css

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

 span { border-color: rgb(219,30,154); }

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