Html Css Color HEX #DB2774 Deep Cerise

📋 copy color: '#DB2774'

red 219 ◦ green 39 ◦ blue 116

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

Shades of Deep Cerise #DB2774

Tints of Deep Cerise #DB2774

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.02%

R = 58.56%
G = 10.43%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2774 (or 0xDB2774) is known color: Deep Cerise. HEX triplet: DB, 27 and 74. RGB value is (219,39,116). Sum of RGB (Red+Green+Blue) = 219+39+116=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 39 (15.62% from 255 or 10.43% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2774 is #24D88B. Grayscale: #656565. Windows color (decimal): -2414732 or 7612379. OLE color: 7612379.

HSL color Cylindrical-coordinate representation of color #DB2774: hue angle of 334.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 #DB2774 is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 39 116 -
CMYK 0 0.82 0.47 0.14
HSL 334.33º 0.71% 0.51% -
HSV(B) 334.33º 0.82% 0.86% -
XYZ 33.09 17.77 18.21 -
YUV 101.6 136.13 211.74 -
System Red Green Blue C M Y K H S L
Decimal 219 39 116 0 0.82 0.47 0.14 334.33 0.71 0.51
Hex DB 27 74 0 52 2F E 14E 47 33
Octal 333 47 164 0 122 57 16 516 107 63
Binary 11011011 100111 1110100 0 1010010 101111 1110 101001110 1000111 110011

Color Harmonies of #DB2774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2774

Black with #DB2774

Text Example


Text Example

White with #DB2774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2774; }

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

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

background-color css

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

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

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

border-color css

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

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

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