Html Css Color HEX #DB4061 Cerise

📋 copy color: '#DB4061'

red 219 ◦ green 64 ◦ blue 97

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

Shades of Cerise #DB4061

Tints of Cerise #DB4061

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.84%

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

R = 57.63%
G = 16.84%
B = 25.53%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.56

 K value IS 0.14

RGB Variations

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

Color information

#DB4061 (or 0xDB4061) is known color: Cerise. HEX triplet: DB, 40 and 61. RGB value is (219,64,97). Sum of RGB (Red+Green+Blue) = 219+64+97=380 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.63% from 380); Green value is 64 (25.39% from 255 or 16.84% from 380); Blue value is 97 (38.28% from 255 or 25.53% from 380); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4061 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4061 is #24BF9E. Grayscale: #727272. Windows color (decimal): -2408351 or 6373595. OLE color: 6373595.

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

Color convert

RGB 219 64 97 -
CMYK 0 0.71 0.56 0.14
HSL 347.23º 0.68% 0.55% -
HSV(B) 347.23º 0.71% 0.86% -
XYZ 33.2 19.59 13.34 -
YUV 114.11 118.35 202.82 -
System Red Green Blue C M Y K H S L
Decimal 219 64 97 0 0.71 0.56 0.14 347.23 0.68 0.55
Hex DB 40 61 0 47 38 E 15B 44 37
Octal 333 100 141 0 107 70 16 533 104 67
Binary 11011011 1000000 1100001 0 1000111 111000 1110 101011011 1000100 110111

Color Harmonies of #DB4061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB4061

Black with #DB4061

Text Example


Text Example

White with #DB4061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB4061; }

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

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

background-color css

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

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

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

border-color css

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

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

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