Html Css Color HEX #DB2272 Cerise

📋 copy color: '#DB2272'

red 219 ◦ green 34 ◦ blue 114

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

Shades of Cerise #DB2272

Tints of Cerise #DB2272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.06%

R = 59.67%
G = 9.26%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB2272 (or 0xDB2272) is known color: Cerise. HEX triplet: DB, 22 and 72. RGB value is (219,34,114). Sum of RGB (Red+Green+Blue) = 219+34+114=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 34 (13.67% from 255 or 9.26% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2272 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2272 is #24DD8D. Grayscale: #626262. Windows color (decimal): -2416014 or 7480027. OLE color: 7480027.

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

Color convert

RGB 219 34 114 -
CMYK 0 0.84 0.48 0.14
HSL 334.05º 0.73% 0.5% -
HSV(B) 334.05º 0.84% 0.86% -
XYZ 32.82 17.42 17.55 -
YUV 98.44 136.79 214 -
System Red Green Blue C M Y K H S L
Decimal 219 34 114 0 0.84 0.48 0.14 334.05 0.73 0.5
Hex DB 22 72 0 54 30 E 14E 49 32
Octal 333 42 162 0 124 60 16 516 111 62
Binary 11011011 100010 1110010 0 1010100 110000 1110 101001110 1001001 110010

Color Harmonies of #DB2272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2272

Black with #DB2272

Text Example


Text Example

White with #DB2272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2272; }

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

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

background-color css

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

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

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

border-color css

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

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

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