Html Css Color HEX #DB3765 Cerise

📋 copy color: '#DB3765'

red 219 ◦ green 55 ◦ blue 101

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

Shades of Cerise #DB3765

Tints of Cerise #DB3765

RGB

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

 GREEN value IS 55 (21.88% from 255) = 14.67%

 BLUE value IS 101 (39.84% from 255) = 26.93%

R = 58.4%
G = 14.67%
B = 26.93%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#DB3765 (or 0xDB3765) is known color: Cerise. HEX triplet: DB, 37 and 65. RGB value is (219,55,101). Sum of RGB (Red+Green+Blue) = 219+55+101=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 55 (21.88% from 255 or 14.67% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3765 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3765 is #24C89A. Grayscale: #6D6D6D. Windows color (decimal): -2410651 or 6633435. OLE color: 6633435.

HSL color Cylindrical-coordinate representation of color #DB3765: hue angle of 343.17º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3765 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 55 101 -
CMYK 0 0.75 0.54 0.14
HSL 343.17º 0.69% 0.54% -
HSV(B) 343.17º 0.75% 0.86% -
XYZ 32.93 18.73 14.19 -
YUV 109.28 123.33 206.26 -
System Red Green Blue C M Y K H S L
Decimal 219 55 101 0 0.75 0.54 0.14 343.17 0.69 0.54
Hex DB 37 65 0 4B 36 E 157 45 36
Octal 333 67 145 0 113 66 16 527 105 66
Binary 11011011 110111 1100101 0 1001011 110110 1110 101010111 1000101 110110

Color Harmonies of #DB3765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB3765

Black with #DB3765

Text Example


Text Example

White with #DB3765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB3765; }

 p { color: rgb(219,55,101); }

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

background-color css

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

 a { background-color: rgb(219,55,101); }

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

border-color css

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

 span { border-color: rgb(219,55,101); }

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