Html Css Color HEX #DB2B70 Cerise

📋 copy color: '#DB2B70'

red 219 ◦ green 43 ◦ blue 112

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

Shades of Cerise #DB2B70

Tints of Cerise #DB2B70

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.5%

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

R = 58.56%
G = 11.5%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB2B70 (or 0xDB2B70) is known color: Cerise. HEX triplet: DB, 2B and 70. RGB value is (219,43,112). Sum of RGB (Red+Green+Blue) = 219+43+112=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 43 (17.19% from 255 or 11.50% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B70 is #24D48F. Grayscale: #676767. Windows color (decimal): -2413712 or 7351259. OLE color: 7351259.

HSL color Cylindrical-coordinate representation of color #DB2B70: hue angle of 336.48º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B70 is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 43 112 -
CMYK 0 0.80 0.49 0.14
HSL 336.48º 0.71% 0.51% -
HSV(B) 336.48º 0.8% 0.86% -
XYZ 33 17.96 17.06 -
YUV 103.49 132.81 210.39 -
System Red Green Blue C M Y K H S L
Decimal 219 43 112 0 0.80 0.49 0.14 336.48 0.71 0.51
Hex DB 2B 70 0 50 31 E 150 47 33
Octal 333 53 160 0 120 61 16 520 107 63
Binary 11011011 101011 1110000 0 1010000 110001 1110 101010000 1000111 110011

Color Harmonies of #DB2B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2B70

Black with #DB2B70

Text Example


Text Example

White with #DB2B70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2B70; }

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

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

background-color css

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

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

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

border-color css

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

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

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