Html Css Color HEX #DB2273 Cerise

📋 copy color: '#DB2273'

red 219 ◦ green 34 ◦ blue 115

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

Shades of Cerise #DB2273

Tints of Cerise #DB2273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 31.25%

R = 59.51%
G = 9.24%
B = 31.25%

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

#DB2273 (or 0xDB2273) is known color: Cerise. HEX triplet: DB, 22 and 73. RGB value is (219,34,115). Sum of RGB (Red+Green+Blue) = 219+34+115=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2273 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2273 is #24DD8C. Grayscale: #626262. Windows color (decimal): -2416013 or 7545563. OLE color: 7545563.

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

Color convert

RGB 219 34 115 -
CMYK 0 0.84 0.47 0.14
HSL 333.73º 0.73% 0.5% -
HSV(B) 333.73º 0.84% 0.86% -
XYZ 32.88 17.44 17.85 -
YUV 98.55 137.29 213.91 -
System Red Green Blue C M Y K H S L
Decimal 219 34 115 0 0.84 0.47 0.14 333.73 0.73 0.5
Hex DB 22 73 0 54 2F E 14E 49 32
Octal 333 42 163 0 124 57 16 516 111 62
Binary 11011011 100010 1110011 0 1010100 101111 1110 101001110 1001001 110010

Color Harmonies of #DB2273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2273

Black with #DB2273

Text Example


Text Example

White with #DB2273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2273; }

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

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

background-color css

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

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

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

border-color css

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

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

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