Html Css Color HEX #DB3163 Cerise

📋 copy color: '#DB3163'

red 219 ◦ green 49 ◦ blue 99

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

Shades of Cerise #DB3163

Tints of Cerise #DB3163

RGB

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

 GREEN value IS 49 (19.53% from 255) = 13.35%

 BLUE value IS 99 (39.06% from 255) = 26.98%

R = 59.67%
G = 13.35%
B = 26.98%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.55

 K value IS 0.14

RGB Variations

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

Color information

#DB3163 (or 0xDB3163) is known color: Cerise. HEX triplet: DB, 31 and 63. RGB value is (219,49,99). Sum of RGB (Red+Green+Blue) = 219+49+99=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 49 (19.53% from 255 or 13.35% from 367); Blue value is 99 (39.06% from 255 or 26.98% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3163 is #24CE9C. Grayscale: #696969. Windows color (decimal): -2412189 or 6500827. OLE color: 6500827.

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

Color convert

RGB 219 49 99 -
CMYK 0 0.78 0.55 0.14
HSL 342.35º 0.7% 0.53% -
HSV(B) 342.35º 0.78% 0.86% -
XYZ 32.56 18.16 13.59 -
YUV 105.53 124.32 208.93 -
System Red Green Blue C M Y K H S L
Decimal 219 49 99 0 0.78 0.55 0.14 342.35 0.7 0.53
Hex DB 31 63 0 4E 37 E 156 46 35
Octal 333 61 143 0 116 67 16 526 106 65
Binary 11011011 110001 1100011 0 1001110 110111 1110 101010110 1000110 110101

Color Harmonies of #DB3163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3163

Black with #DB3163

Text Example


Text Example

White with #DB3163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3163; }

 p { color: rgb(219,49,99); }

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

background-color css

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

 a { background-color: rgb(219,49,99); }

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

border-color css

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

 span { border-color: rgb(219,49,99); }

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