Html Css Color HEX #DB405B Cerise

📋 copy color: '#DB405B'

red 219 ◦ green 64 ◦ blue 91

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

Shades of Cerise #DB405B

Tints of Cerise #DB405B

RGB

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

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

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

R = 58.56%
G = 17.11%
B = 24.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#DB405B (or 0xDB405B) is known color: Cerise. HEX triplet: DB, 40 and 5B. RGB value is (219,64,91). Sum of RGB (Red+Green+Blue) = 219+64+91=374 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.56% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 91 (35.94% from 255 or 24.33% from 374); Max value from RGB is 219 - color contains mainly: red. Hex color #DB405B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB405B is #24BFA4. Grayscale: #717171. Windows color (decimal): -2408357 or 5980379. OLE color: 5980379.

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

Color convert

RGB 219 64 91 -
CMYK 0 0.71 0.58 0.14
HSL 349.55º 0.68% 0.55% -
HSV(B) 349.55º 0.71% 0.86% -
XYZ 32.94 19.48 11.92 -
YUV 113.42 115.35 203.3 -
System Red Green Blue C M Y K H S L
Decimal 219 64 91 0 0.71 0.58 0.14 349.55 0.68 0.55
Hex DB 40 5B 0 47 3A E 15E 44 37
Octal 333 100 133 0 107 72 16 536 104 67
Binary 11011011 1000000 1011011 0 1000111 111010 1110 101011110 1000100 110111

Color Harmonies of #DB405B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB405B

Black with #DB405B

Text Example


Text Example

White with #DB405B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB405B; }

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

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

background-color css

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

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

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

border-color css

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

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

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