Html Css Color HEX #DB3A5B Cerise

📋 copy color: '#DB3A5B'

red 219 ◦ green 58 ◦ blue 91

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

Shades of Cerise #DB3A5B

Tints of Cerise #DB3A5B

RGB

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

 GREEN value IS 58 (23.05% from 255) = 15.76%

 BLUE value IS 91 (35.94% from 255) = 24.73%

R = 59.51%
G = 15.76%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB3A5B (or 0xDB3A5B) is known color: Cerise. HEX triplet: DB, 3A and 5B. RGB value is (219,58,91). Sum of RGB (Red+Green+Blue) = 219+58+91=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 58 (23.05% from 255 or 15.76% from 368); Blue value is 91 (35.94% from 255 or 24.73% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A5B is #24C5A4. Grayscale: #6D6D6D. Windows color (decimal): -2409893 or 5978843. OLE color: 5978843.

HSL color Cylindrical-coordinate representation of color #DB3A5B: hue angle of 347.7º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A5B is Cyan = 0, Magento = 0.74, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 58 91 -
CMYK 0 0.74 0.58 0.14
HSL 347.7º 0.69% 0.54% -
HSV(B) 347.7º 0.74% 0.86% -
XYZ 32.61 18.84 11.82 -
YUV 109.9 117.34 205.82 -
System Red Green Blue C M Y K H S L
Decimal 219 58 91 0 0.74 0.58 0.14 347.7 0.69 0.54
Hex DB 3A 5B 0 4A 3A E 15C 45 36
Octal 333 72 133 0 112 72 16 534 105 66
Binary 11011011 111010 1011011 0 1001010 111010 1110 101011100 1000101 110110

Color Harmonies of #DB3A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3A5B

Black with #DB3A5B

Text Example


Text Example

White with #DB3A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3A5B; }

 p { color: rgb(219,58,91); }

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

background-color css

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

 a { background-color: rgb(219,58,91); }

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

border-color css

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

 span { border-color: rgb(219,58,91); }

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