Html Css Color HEX #DB4790 Deep Cerise

📋 copy color: '#DB4790'

red 219 ◦ green 71 ◦ blue 144

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

Shades of Deep Cerise #DB4790

Tints of Deep Cerise #DB4790

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.36%

 BLUE value IS 144 (56.64% from 255) = 33.18%

R = 50.46%
G = 16.36%
B = 33.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.34

 K value IS 0.14

RGB Variations

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

Color information

#DB4790 (or 0xDB4790) is known color: Deep Cerise. HEX triplet: DB, 47 and 90. RGB value is (219,71,144). Sum of RGB (Red+Green+Blue) = 219+71+144=434 (57% of max value = 765). Red value is 219 (85.94% from 255 or 50.46% from 434); Green value is 71 (28.12% from 255 or 16.36% from 434); Blue value is 144 (56.64% from 255 or 33.18% from 434); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4790 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4790 is #24B86F. Grayscale: #7B7B7B. Windows color (decimal): -2406512 or 9455579. OLE color: 9455579.

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

Color convert

RGB 219 71 144 -
CMYK 0 0.68 0.34 0.14
HSL 330.41º 0.67% 0.57% -
HSV(B) 330.41º 0.68% 0.86% -
XYZ 36.5 21.58 28.63 -
YUV 123.57 139.53 196.06 -
System Red Green Blue C M Y K H S L
Decimal 219 71 144 0 0.68 0.34 0.14 330.41 0.67 0.57
Hex DB 47 90 0 44 22 E 14A 43 39
Octal 333 107 220 0 104 42 16 512 103 71
Binary 11011011 1000111 10010000 0 1000100 100010 1110 101001010 1000011 111001

Color Harmonies of #DB4790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4790

Black with #DB4790

Text Example


Text Example

White with #DB4790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4790; }

 p { color: rgb(219,71,144); }

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

background-color css

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

 a { background-color: rgb(219,71,144); }

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

border-color css

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

 span { border-color: rgb(219,71,144); }

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