Html Css Color HEX #DB335B Cerise

📋 copy color: '#DB335B'

red 219 ◦ green 51 ◦ blue 91

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

Shades of Cerise #DB335B

Tints of Cerise #DB335B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.13%

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

R = 60.66%
G = 14.13%
B = 25.21%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB335B (or 0xDB335B) is known color: Cerise. HEX triplet: DB, 33 and 5B. RGB value is (219,51,91). Sum of RGB (Red+Green+Blue) = 219+51+91=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 51 (20.31% from 255 or 14.13% from 361); Blue value is 91 (35.94% from 255 or 25.21% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB335B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB335B is #24CCA4. Grayscale: #696969. Windows color (decimal): -2411685 or 5977051. OLE color: 5977051.

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

Color convert

RGB 219 51 91 -
CMYK 0 0.77 0.58 0.14
HSL 345.71º 0.7% 0.53% -
HSV(B) 345.71º 0.77% 0.86% -
XYZ 32.29 18.18 11.71 -
YUV 105.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 219 51 91 0 0.77 0.58 0.14 345.71 0.7 0.53
Hex DB 33 5B 0 4D 3A E 15A 46 35
Octal 333 63 133 0 115 72 16 532 106 65
Binary 11011011 110011 1011011 0 1001101 111010 1110 101011010 1000110 110101

Color Harmonies of #DB335B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB335B

Black with #DB335B

Text Example


Text Example

White with #DB335B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB335B; }

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

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

background-color css

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

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

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

border-color css

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

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

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