Html Css Color HEX #DB2671 Cerise

📋 copy color: '#DB2671'

red 219 ◦ green 38 ◦ blue 113

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

Shades of Cerise #DB2671

Tints of Cerise #DB2671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 59.19%
G = 10.27%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DB2671 (or 0xDB2671) is known color: Cerise. HEX triplet: DB, 26 and 71. RGB value is (219,38,113). Sum of RGB (Red+Green+Blue) = 219+38+113=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 38 (15.23% from 255 or 10.27% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2671 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2671 is #24D98E. Grayscale: #646464. Windows color (decimal): -2414991 or 7415515. OLE color: 7415515.

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

Color convert

RGB 219 38 113 -
CMYK 0 0.83 0.48 0.14
HSL 335.14º 0.72% 0.5% -
HSV(B) 335.14º 0.83% 0.86% -
XYZ 32.89 17.64 17.29 -
YUV 100.67 134.97 212.4 -
System Red Green Blue C M Y K H S L
Decimal 219 38 113 0 0.83 0.48 0.14 335.14 0.72 0.5
Hex DB 26 71 0 53 30 E 14F 48 32
Octal 333 46 161 0 123 60 16 517 110 62
Binary 11011011 100110 1110001 0 1010011 110000 1110 101001111 1001000 110010

Color Harmonies of #DB2671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2671

Black with #DB2671

Text Example


Text Example

White with #DB2671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2671; }

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

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

background-color css

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

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

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

border-color css

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

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

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