Html Css Color HEX #DB2970 Cerise

📋 copy color: '#DB2970'

red 219 ◦ green 41 ◦ blue 112

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

Shades of Cerise #DB2970

Tints of Cerise #DB2970

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.02%

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

R = 58.87%
G = 11.02%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#DB2970 (or 0xDB2970) is known color: Cerise. HEX triplet: DB, 29 and 70. RGB value is (219,41,112). Sum of RGB (Red+Green+Blue) = 219+41+112=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 41 (16.41% from 255 or 11.02% from 372); Blue value is 112 (44.14% from 255 or 30.11% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2970 is #24D68F. Grayscale: #666666. Windows color (decimal): -2414224 or 7350747. OLE color: 7350747.

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

Color convert

RGB 219 41 112 -
CMYK 0 0.81 0.49 0.14
HSL 336.07º 0.71% 0.51% -
HSV(B) 336.07º 0.81% 0.86% -
XYZ 32.93 17.82 17.03 -
YUV 102.32 133.47 211.23 -
System Red Green Blue C M Y K H S L
Decimal 219 41 112 0 0.81 0.49 0.14 336.07 0.71 0.51
Hex DB 29 70 0 51 31 E 150 47 33
Octal 333 51 160 0 121 61 16 520 107 63
Binary 11011011 101001 1110000 0 1010001 110001 1110 101010000 1000111 110011

Color Harmonies of #DB2970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2970

Black with #DB2970

Text Example


Text Example

White with #DB2970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2970; }

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

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

background-color css

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

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

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

border-color css

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

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

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