Html Css Color HEX #DB4195 Deep Cerise

📋 copy color: '#DB4195'

red 219 ◦ green 65 ◦ blue 149

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

Shades of Deep Cerise #DB4195

Tints of Deep Cerise #DB4195

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.01%

 BLUE value IS 149 (58.59% from 255) = 34.41%

R = 50.58%
G = 15.01%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB4195 (or 0xDB4195) is known color: Deep Cerise. HEX triplet: DB, 41 and 95. RGB value is (219,65,149). Sum of RGB (Red+Green+Blue) = 219+65+149=433 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.58% from 433); Green value is 65 (25.78% from 255 or 15.01% from 433); Blue value is 149 (58.59% from 255 or 34.41% from 433); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4195 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4195 is #24BE6A. Grayscale: #787878. Windows color (decimal): -2408043 or 9781723. OLE color: 9781723.

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

Color convert

RGB 219 65 149 -
CMYK 0 0.70 0.32 0.14
HSL 327.27º 0.68% 0.56% -
HSV(B) 327.27º 0.7% 0.86% -
XYZ 36.53 21.01 30.56 -
YUV 120.62 144.02 198.17 -
System Red Green Blue C M Y K H S L
Decimal 219 65 149 0 0.70 0.32 0.14 327.27 0.68 0.56
Hex DB 41 95 0 46 20 E 147 44 38
Octal 333 101 225 0 106 40 16 507 104 70
Binary 11011011 1000001 10010101 0 1000110 100000 1110 101000111 1000100 111000

Color Harmonies of #DB4195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4195

Black with #DB4195

Text Example


Text Example

White with #DB4195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4195; }

 p { color: rgb(219,65,149); }

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

background-color css

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

 a { background-color: rgb(219,65,149); }

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

border-color css

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

 span { border-color: rgb(219,65,149); }

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