Html Css Color HEX #DB2792 Deep Cerise

📋 copy color: '#DB2792'

red 219 ◦ green 39 ◦ blue 146

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

Shades of Deep Cerise #DB2792

Tints of Deep Cerise #DB2792

RGB

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

 GREEN value IS 39 (15.63% from 255) = 9.65%

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

R = 54.21%
G = 9.65%
B = 36.14%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DB2792 (or 0xDB2792) is known color: Deep Cerise. HEX triplet: DB, 27 and 92. RGB value is (219,39,146). Sum of RGB (Red+Green+Blue) = 219+39+146=404 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.21% from 404); Green value is 39 (15.62% from 255 or 9.65% from 404); Blue value is 146 (57.42% from 255 or 36.14% from 404); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2792 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2792 is #24D86D. Grayscale: #686868. Windows color (decimal): -2414702 or 9578459. OLE color: 9578459.

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

Color convert

RGB 219 39 146 -
CMYK 0 0.82 0.33 0.14
HSL 324.33º 0.71% 0.51% -
HSV(B) 324.33º 0.82% 0.86% -
XYZ 35.13 18.59 28.93 -
YUV 105.02 151.13 209.3 -
System Red Green Blue C M Y K H S L
Decimal 219 39 146 0 0.82 0.33 0.14 324.33 0.71 0.51
Hex DB 27 92 0 52 21 E 144 47 33
Octal 333 47 222 0 122 41 16 504 107 63
Binary 11011011 100111 10010010 0 1010010 100001 1110 101000100 1000111 110011

Color Harmonies of #DB2792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2792

Black with #DB2792

Text Example


Text Example

White with #DB2792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2792; }

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

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

background-color css

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

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

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

border-color css

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

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

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