Html Css Color HEX #DB3672 Cerise

📋 copy color: '#DB3672'

red 219 ◦ green 54 ◦ blue 114

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

Shades of Cerise #DB3672

Tints of Cerise #DB3672

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.95%

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

R = 56.59%
G = 13.95%
B = 29.46%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB3672 (or 0xDB3672) is known color: Cerise. HEX triplet: DB, 36 and 72. RGB value is (219,54,114). Sum of RGB (Red+Green+Blue) = 219+54+114=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 114 (44.92% from 255 or 29.46% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3672 is #24C98D. Grayscale: #6E6E6E. Windows color (decimal): -2410894 or 7485147. OLE color: 7485147.

HSL color Cylindrical-coordinate representation of color #DB3672: hue angle of 338.18º degrees, saturation: 0.7, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3672 is Cyan = 0, Magento = 0.75, Yellow = 0.48 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 54 114 -
CMYK 0 0.75 0.48 0.14
HSL 338.18º 0.7% 0.54% -
HSV(B) 338.18º 0.75% 0.86% -
XYZ 33.57 18.91 17.8 -
YUV 110.18 130.16 205.62 -
System Red Green Blue C M Y K H S L
Decimal 219 54 114 0 0.75 0.48 0.14 338.18 0.7 0.54
Hex DB 36 72 0 4B 30 E 152 46 36
Octal 333 66 162 0 113 60 16 522 106 66
Binary 11011011 110110 1110010 0 1001011 110000 1110 101010010 1000110 110110

Color Harmonies of #DB3672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3672

Black with #DB3672

Text Example


Text Example

White with #DB3672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3672; }

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

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

background-color css

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

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

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

border-color css

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

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

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