Html Css Color HEX #DB4392 Deep Cerise

📋 copy color: '#DB4392'

red 219 ◦ green 67 ◦ blue 146

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

Shades of Deep Cerise #DB4392

Tints of Deep Cerise #DB4392

RGB

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

 GREEN value IS 67 (26.56% from 255) = 15.51%

 BLUE value IS 146 (57.42% from 255) = 33.8%

R = 50.69%
G = 15.51%
B = 33.8%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB4392 (or 0xDB4392) is known color: Deep Cerise. HEX triplet: DB, 43 and 92. RGB value is (219,67,146). Sum of RGB (Red+Green+Blue) = 219+67+146=432 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.69% from 432); Green value is 67 (26.56% from 255 or 15.51% from 432); Blue value is 146 (57.42% from 255 or 33.80% from 432); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4392 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4392 is #24BC6D. Grayscale: #797979. Windows color (decimal): -2407534 or 9585627. OLE color: 9585627.

HSL color Cylindrical-coordinate representation of color #DB4392: hue angle of 328.82º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4392 is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 67 146 -
CMYK 0 0.69 0.33 0.14
HSL 328.82º 0.68% 0.56% -
HSV(B) 328.82º 0.69% 0.86% -
XYZ 36.41 21.15 29.36 -
YUV 121.45 141.86 197.58 -
System Red Green Blue C M Y K H S L
Decimal 219 67 146 0 0.69 0.33 0.14 328.82 0.68 0.56
Hex DB 43 92 0 45 21 E 149 44 38
Octal 333 103 222 0 105 41 16 511 104 70
Binary 11011011 1000011 10010010 0 1000101 100001 1110 101001001 1000100 111000

Color Harmonies of #DB4392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4392

Black with #DB4392

Text Example


Text Example

White with #DB4392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4392; }

 p { color: rgb(219,67,146); }

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

background-color css

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

 a { background-color: rgb(219,67,146); }

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

border-color css

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

 span { border-color: rgb(219,67,146); }

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