Html Css Color HEX #DB235B Cerise

📋 copy color: '#DB235B'

red 219 ◦ green 35 ◦ blue 91

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

Shades of Cerise #DB235B

Tints of Cerise #DB235B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.14%

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

R = 63.48%
G = 10.14%
B = 26.38%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB235B (or 0xDB235B) is known color: Cerise. HEX triplet: DB, 23 and 5B. RGB value is (219,35,91). Sum of RGB (Red+Green+Blue) = 219+35+91=345 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.48% from 345); Green value is 35 (14.06% from 255 or 10.14% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 219 - color contains mainly: red. Hex color #DB235B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB235B is #24DCA4. Grayscale: #606060. Windows color (decimal): -2415781 or 5972955. OLE color: 5972955.

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

Color convert

RGB 219 35 91 -
CMYK 0 0.84 0.58 0.14
HSL 341.74º 0.72% 0.5% -
HSV(B) 341.74º 0.84% 0.86% -
XYZ 31.7 17.02 11.51 -
YUV 96.4 124.96 215.45 -
System Red Green Blue C M Y K H S L
Decimal 219 35 91 0 0.84 0.58 0.14 341.74 0.72 0.5
Hex DB 23 5B 0 54 3A E 156 48 32
Octal 333 43 133 0 124 72 16 526 110 62
Binary 11011011 100011 1011011 0 1010100 111010 1110 101010110 1001000 110010

Color Harmonies of #DB235B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB235B

Black with #DB235B

Text Example


Text Example

White with #DB235B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB235B; }

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

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

background-color css

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

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

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

border-color css

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

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

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