Html Css Color HEX #DB2673 Cerise

📋 copy color: '#DB2673'

red 219 ◦ green 38 ◦ blue 115

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

Shades of Cerise #DB2673

Tints of Cerise #DB2673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.22%

 BLUE value IS 115 (45.31% from 255) = 30.91%

R = 58.87%
G = 10.22%
B = 30.91%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DB2673 (or 0xDB2673) is known color: Cerise. HEX triplet: DB, 26 and 73. RGB value is (219,38,115). Sum of RGB (Red+Green+Blue) = 219+38+115=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2673 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2673 is #24D98C. Grayscale: #646464. Windows color (decimal): -2414989 or 7546587. OLE color: 7546587.

HSL color Cylindrical-coordinate representation of color #DB2673: hue angle of 334.48º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2673 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 38 115 -
CMYK 0 0.83 0.47 0.14
HSL 334.48º 0.72% 0.5% -
HSV(B) 334.48º 0.83% 0.86% -
XYZ 33 17.68 17.89 -
YUV 100.9 135.97 212.24 -
System Red Green Blue C M Y K H S L
Decimal 219 38 115 0 0.83 0.47 0.14 334.48 0.72 0.5
Hex DB 26 73 0 53 2F E 14E 48 32
Octal 333 46 163 0 123 57 16 516 110 62
Binary 11011011 100110 1110011 0 1010011 101111 1110 101001110 1001000 110010

Color Harmonies of #DB2673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2673

Black with #DB2673

Text Example


Text Example

White with #DB2673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2673; }

 p { color: rgb(219,38,115); }

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

background-color css

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

 a { background-color: rgb(219,38,115); }

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

border-color css

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

 span { border-color: rgb(219,38,115); }

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