Html Css Color HEX #DB4361 Cerise

📋 copy color: '#DB4361'

red 219 ◦ green 67 ◦ blue 97

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

Shades of Cerise #DB4361

Tints of Cerise #DB4361

RGB

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

 GREEN value IS 67 (26.56% from 255) = 17.49%

 BLUE value IS 97 (38.28% from 255) = 25.33%

R = 57.18%
G = 17.49%
B = 25.33%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB4361 (or 0xDB4361) is known color: Cerise. HEX triplet: DB, 43 and 61. RGB value is (219,67,97). Sum of RGB (Red+Green+Blue) = 219+67+97=383 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.18% from 383); Green value is 67 (26.56% from 255 or 17.49% from 383); Blue value is 97 (38.28% from 255 or 25.33% from 383); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4361 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4361 is #24BC9E. Grayscale: #737373. Windows color (decimal): -2407583 or 6374363. OLE color: 6374363.

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

Color convert

RGB 219 67 97 -
CMYK 0 0.69 0.56 0.14
HSL 348.16º 0.68% 0.56% -
HSV(B) 348.16º 0.69% 0.86% -
XYZ 33.38 19.94 13.4 -
YUV 115.87 117.36 201.56 -
System Red Green Blue C M Y K H S L
Decimal 219 67 97 0 0.69 0.56 0.14 348.16 0.68 0.56
Hex DB 43 61 0 45 38 E 15C 44 38
Octal 333 103 141 0 105 70 16 534 104 70
Binary 11011011 1000011 1100001 0 1000101 111000 1110 101011100 1000100 111000

Color Harmonies of #DB4361

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4361

Black with #DB4361

Text Example


Text Example

White with #DB4361

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4361; }

 p { color: rgb(219,67,97); }

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

background-color css

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

 a { background-color: rgb(219,67,97); }

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

border-color css

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

 span { border-color: rgb(219,67,97); }

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