Html Css Color HEX #DB4094 Deep Cerise

📋 copy color: '#DB4094'

red 219 ◦ green 64 ◦ blue 148

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

Shades of Deep Cerise #DB4094

Tints of Deep Cerise #DB4094

RGB

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

 GREEN value IS 64 (25.39% from 255) = 14.85%

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

R = 50.81%
G = 14.85%
B = 34.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4094 (or 0xDB4094) is known color: Deep Cerise. HEX triplet: DB, 40 and 94. RGB value is (219,64,148). Sum of RGB (Red+Green+Blue) = 219+64+148=431 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.81% from 431); Green value is 64 (25.39% from 255 or 14.85% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4094 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4094 is #24BF6B. Grayscale: #777777. Windows color (decimal): -2408300 or 9715931. OLE color: 9715931.

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

Color convert

RGB 219 64 148 -
CMYK 0 0.71 0.32 0.14
HSL 327.48º 0.68% 0.55% -
HSV(B) 327.48º 0.71% 0.86% -
XYZ 36.39 20.86 30.13 -
YUV 119.92 143.85 198.67 -
System Red Green Blue C M Y K H S L
Decimal 219 64 148 0 0.71 0.32 0.14 327.48 0.68 0.55
Hex DB 40 94 0 47 20 E 147 44 37
Octal 333 100 224 0 107 40 16 507 104 67
Binary 11011011 1000000 10010100 0 1000111 100000 1110 101000111 1000100 110111

Color Harmonies of #DB4094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4094

Black with #DB4094

Text Example


Text Example

White with #DB4094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4094; }

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

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

background-color css

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

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

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

border-color css

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

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

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