Html Css Color HEX #DB355B Cerise

📋 copy color: '#DB355B'

red 219 ◦ green 53 ◦ blue 91

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

Shades of Cerise #DB355B

Tints of Cerise #DB355B

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.6%

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

R = 60.33%
G = 14.6%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB355B (or 0xDB355B) is known color: Cerise. HEX triplet: DB, 35 and 5B. RGB value is (219,53,91). Sum of RGB (Red+Green+Blue) = 219+53+91=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 53 (21.09% from 255 or 14.60% from 363); Blue value is 91 (35.94% from 255 or 25.07% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB355B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB355B is #24CAA4. Grayscale: #6A6A6A. Windows color (decimal): -2411173 or 5977563. OLE color: 5977563.

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

Color convert

RGB 219 53 91 -
CMYK 0 0.76 0.58 0.14
HSL 346.27º 0.7% 0.53% -
HSV(B) 346.27º 0.76% 0.86% -
XYZ 32.37 18.36 11.74 -
YUV 106.97 119 207.91 -
System Red Green Blue C M Y K H S L
Decimal 219 53 91 0 0.76 0.58 0.14 346.27 0.7 0.53
Hex DB 35 5B 0 4C 3A E 15A 46 35
Octal 333 65 133 0 114 72 16 532 106 65
Binary 11011011 110101 1011011 0 1001100 111010 1110 101011010 1000110 110101

Color Harmonies of #DB355B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB355B

Black with #DB355B

Text Example


Text Example

White with #DB355B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB355B; }

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

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

background-color css

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

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

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

border-color css

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

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

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