Html Css Color HEX #DB355C Cerise

📋 copy color: '#DB355C'

red 219 ◦ green 53 ◦ blue 92

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

Shades of Cerise #DB355C

Tints of Cerise #DB355C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 25.27%

R = 60.16%
G = 14.56%
B = 25.27%

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

#DB355C (or 0xDB355C) is known color: Cerise. HEX triplet: DB, 35 and 5C. RGB value is (219,53,92). Sum of RGB (Red+Green+Blue) = 219+53+92=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 53 (21.09% from 255 or 14.56% from 364); Blue value is 92 (36.33% from 255 or 25.27% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB355C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB355C is #24CAA3. Grayscale: #6B6B6B. Windows color (decimal): -2411172 or 6043099. OLE color: 6043099.

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

Color convert

RGB 219 53 92 -
CMYK 0 0.76 0.58 0.14
HSL 345.9º 0.7% 0.53% -
HSV(B) 345.9º 0.76% 0.86% -
XYZ 32.42 18.38 11.96 -
YUV 107.08 119.5 207.83 -
System Red Green Blue C M Y K H S L
Decimal 219 53 92 0 0.76 0.58 0.14 345.9 0.7 0.53
Hex DB 35 5C 0 4C 3A E 15A 46 35
Octal 333 65 134 0 114 72 16 532 106 65
Binary 11011011 110101 1011100 0 1001100 111010 1110 101011010 1000110 110101

Color Harmonies of #DB355C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB355C

Black with #DB355C

Text Example


Text Example

White with #DB355C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB355C; }

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

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

background-color css

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

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

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

border-color css

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

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

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