Html Css Color HEX #DB395B Cerise

📋 copy color: '#DB395B'

red 219 ◦ green 57 ◦ blue 91

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

Shades of Cerise #DB395B

Tints of Cerise #DB395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 15.53%

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

R = 59.67%
G = 15.53%
B = 24.8%

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

#DB395B (or 0xDB395B) is known color: Cerise. HEX triplet: DB, 39 and 5B. RGB value is (219,57,91). Sum of RGB (Red+Green+Blue) = 219+57+91=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 57 (22.66% from 255 or 15.53% from 367); Blue value is 91 (35.94% from 255 or 24.80% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB395B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB395B is #24C6A4. Grayscale: #6D6D6D. Windows color (decimal): -2410149 or 5978587. OLE color: 5978587.

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

Color convert

RGB 219 57 91 -
CMYK 0 0.74 0.58 0.14
HSL 347.41º 0.69% 0.54% -
HSV(B) 347.41º 0.74% 0.86% -
XYZ 32.56 18.74 11.8 -
YUV 109.31 117.67 206.24 -
System Red Green Blue C M Y K H S L
Decimal 219 57 91 0 0.74 0.58 0.14 347.41 0.69 0.54
Hex DB 39 5B 0 4A 3A E 15B 45 36
Octal 333 71 133 0 112 72 16 533 105 66
Binary 11011011 111001 1011011 0 1001010 111010 1110 101011011 1000101 110110

Color Harmonies of #DB395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB395B

Black with #DB395B

Text Example


Text Example

White with #DB395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB395B; }

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

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

background-color css

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

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

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

border-color css

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

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

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