Html Css Color HEX #DB2275 Deep Cerise

📋 copy color: '#DB2275'

red 219 ◦ green 34 ◦ blue 117

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

Shades of Deep Cerise #DB2275

Tints of Deep Cerise #DB2275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.62%

R = 59.19%
G = 9.19%
B = 31.62%

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

#DB2275 (or 0xDB2275) is known color: Deep Cerise. HEX triplet: DB, 22 and 75. RGB value is (219,34,117). Sum of RGB (Red+Green+Blue) = 219+34+117=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 34 (13.67% from 255 or 9.19% from 370); Blue value is 117 (46.09% from 255 or 31.62% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2275 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2275 is #24DD8A. Grayscale: #626262. Windows color (decimal): -2416011 or 7676635. OLE color: 7676635.

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

Color convert

RGB 219 34 117 -
CMYK 0 0.84 0.47 0.14
HSL 333.08º 0.73% 0.5% -
HSV(B) 333.08º 0.84% 0.86% -
XYZ 33 17.49 18.47 -
YUV 98.78 138.29 213.75 -
System Red Green Blue C M Y K H S L
Decimal 219 34 117 0 0.84 0.47 0.14 333.08 0.73 0.5
Hex DB 22 75 0 54 2F E 14D 49 32
Octal 333 42 165 0 124 57 16 515 111 62
Binary 11011011 100010 1110101 0 1010100 101111 1110 101001101 1001001 110010

Color Harmonies of #DB2275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2275

Black with #DB2275

Text Example


Text Example

White with #DB2275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2275; }

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

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

background-color css

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

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

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

border-color css

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

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

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