Html Css Color HEX #DB3164 Cerise

📋 copy color: '#DB3164'

red 219 ◦ green 49 ◦ blue 100

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

Shades of Cerise #DB3164

Tints of Cerise #DB3164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 27.17%

R = 59.51%
G = 13.32%
B = 27.17%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB3164 (or 0xDB3164) is known color: Cerise. HEX triplet: DB, 31 and 64. RGB value is (219,49,100). Sum of RGB (Red+Green+Blue) = 219+49+100=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 49 (19.53% from 255 or 13.32% from 368); Blue value is 100 (39.45% from 255 or 27.17% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3164 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3164 is #24CE9B. Grayscale: #696969. Windows color (decimal): -2412188 or 6566363. OLE color: 6566363.

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

Color convert

RGB 219 49 100 -
CMYK 0 0.78 0.54 0.14
HSL 342º 0.7% 0.53% -
HSV(B) 342º 0.78% 0.86% -
XYZ 32.61 18.18 13.85 -
YUV 105.64 124.82 208.85 -
System Red Green Blue C M Y K H S L
Decimal 219 49 100 0 0.78 0.54 0.14 342 0.7 0.53
Hex DB 31 64 0 4E 36 E 156 46 35
Octal 333 61 144 0 116 66 16 526 106 65
Binary 11011011 110001 1100100 0 1001110 110110 1110 101010110 1000110 110101

Color Harmonies of #DB3164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3164

Black with #DB3164

Text Example


Text Example

White with #DB3164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3164; }

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

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

background-color css

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

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

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

border-color css

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

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

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