Html Css Color HEX #DB2862 Cerise

📋 copy color: '#DB2862'

red 219 ◦ green 40 ◦ blue 98

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

Shades of Cerise #DB2862

Tints of Cerise #DB2862

RGB

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

 GREEN value IS 40 (16.02% from 255) = 11.2%

 BLUE value IS 98 (38.67% from 255) = 27.45%

R = 61.34%
G = 11.2%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB2862 (or 0xDB2862) is known color: Cerise. HEX triplet: DB, 28 and 62. RGB value is (219,40,98). Sum of RGB (Red+Green+Blue) = 219+40+98=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 40 (16.02% from 255 or 11.20% from 357); Blue value is 98 (38.67% from 255 or 27.45% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2862 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2862 is #24D79D. Grayscale: #646464. Windows color (decimal): -2414494 or 6432987. OLE color: 6432987.

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

Color convert

RGB 219 40 98 -
CMYK 0 0.82 0.55 0.14
HSL 340.56º 0.71% 0.51% -
HSV(B) 340.56º 0.82% 0.86% -
XYZ 32.18 17.46 13.23 -
YUV 100.13 126.8 212.78 -
System Red Green Blue C M Y K H S L
Decimal 219 40 98 0 0.82 0.55 0.14 340.56 0.71 0.51
Hex DB 28 62 0 52 37 E 155 47 33
Octal 333 50 142 0 122 67 16 525 107 63
Binary 11011011 101000 1100010 0 1010010 110111 1110 101010101 1000111 110011

Color Harmonies of #DB2862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB2862

Black with #DB2862

Text Example


Text Example

White with #DB2862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB2862; }

 p { color: rgb(219,40,98); }

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

background-color css

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

 a { background-color: rgb(219,40,98); }

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

border-color css

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

 span { border-color: rgb(219,40,98); }

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