Html Css Color HEX #DB3670 Cerise

📋 copy color: '#DB3670'

red 219 ◦ green 54 ◦ blue 112

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

Shades of Cerise #DB3670

Tints of Cerise #DB3670

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 29.09%

R = 56.88%
G = 14.03%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB3670 (or 0xDB3670) is known color: Cerise. HEX triplet: DB, 36 and 70. RGB value is (219,54,112). Sum of RGB (Red+Green+Blue) = 219+54+112=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 112 (44.14% from 255 or 29.09% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3670 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3670 is #24C98F. Grayscale: #6D6D6D. Windows color (decimal): -2410896 or 7354075. OLE color: 7354075.

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

Color convert

RGB 219 54 112 -
CMYK 0 0.75 0.49 0.14
HSL 338.91º 0.7% 0.54% -
HSV(B) 338.91º 0.75% 0.86% -
XYZ 33.46 18.87 17.21 -
YUV 109.95 129.16 205.78 -
System Red Green Blue C M Y K H S L
Decimal 219 54 112 0 0.75 0.49 0.14 338.91 0.7 0.54
Hex DB 36 70 0 4B 31 E 153 46 36
Octal 333 66 160 0 113 61 16 523 106 66
Binary 11011011 110110 1110000 0 1001011 110001 1110 101010011 1000110 110110

Color Harmonies of #DB3670

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3670

Black with #DB3670

Text Example


Text Example

White with #DB3670

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3670; }

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

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

background-color css

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

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

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

border-color css

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

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

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