Html Css Color HEX #DB2274 Deep Cerise

📋 copy color: '#DB2274'

red 219 ◦ green 34 ◦ blue 116

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

Shades of Deep Cerise #DB2274

Tints of Deep Cerise #DB2274

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.21%

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

R = 59.35%
G = 9.21%
B = 31.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2274 (or 0xDB2274) is known color: Deep Cerise. HEX triplet: DB, 22 and 74. RGB value is (219,34,116). Sum of RGB (Red+Green+Blue) = 219+34+116=369 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.35% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 116 (45.70% from 255 or 31.44% from 369); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2274 is #24DD8B. Grayscale: #626262. Windows color (decimal): -2416012 or 7611099. OLE color: 7611099.

HSL color Cylindrical-coordinate representation of color #DB2274: hue angle of 333.41º degrees, saturation: 0.73, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2274 is Cyan = 0, Magento = 0.84, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 34 116 -
CMYK 0 0.84 0.47 0.14
HSL 333.41º 0.73% 0.5% -
HSV(B) 333.41º 0.84% 0.86% -
XYZ 32.94 17.47 18.16 -
YUV 98.66 137.79 213.83 -
System Red Green Blue C M Y K H S L
Decimal 219 34 116 0 0.84 0.47 0.14 333.41 0.73 0.5
Hex DB 22 74 0 54 2F E 14D 49 32
Octal 333 42 164 0 124 57 16 515 111 62
Binary 11011011 100010 1110100 0 1010100 101111 1110 101001101 1001001 110010

Color Harmonies of #DB2274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2274

Black with #DB2274

Text Example


Text Example

White with #DB2274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2274; }

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

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

background-color css

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

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

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

border-color css

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

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

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