Html Css Color HEX #DB4394 Deep Cerise

📋 copy color: '#DB4394'

red 219 ◦ green 67 ◦ blue 148

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

Shades of Deep Cerise #DB4394

Tints of Deep Cerise #DB4394

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 34.1%

R = 50.46%
G = 15.44%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4394 (or 0xDB4394) is known color: Deep Cerise. HEX triplet: DB, 43 and 94. RGB value is (219,67,148). Sum of RGB (Red+Green+Blue) = 219+67+148=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 67 (26.56% from 255 or 15.44% from 434); Blue value is 148 (58.20% from 255 or 34.10% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4394 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4394 is #24BC6B. Grayscale: #797979. Windows color (decimal): -2407532 or 9716699. OLE color: 9716699.

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

Color convert

RGB 219 67 148 -
CMYK 0 0.69 0.32 0.14
HSL 328.03º 0.68% 0.56% -
HSV(B) 328.03º 0.69% 0.86% -
XYZ 36.57 21.21 30.18 -
YUV 121.68 142.86 197.41 -
System Red Green Blue C M Y K H S L
Decimal 219 67 148 0 0.69 0.32 0.14 328.03 0.68 0.56
Hex DB 43 94 0 45 20 E 148 44 38
Octal 333 103 224 0 105 40 16 510 104 70
Binary 11011011 1000011 10010100 0 1000101 100000 1110 101001000 1000100 111000

Color Harmonies of #DB4394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4394

Black with #DB4394

Text Example


Text Example

White with #DB4394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4394; }

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

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

background-color css

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

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

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

border-color css

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

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

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