Html Css Color HEX #DB405F Cerise

📋 copy color: '#DB405F'

red 219 ◦ green 64 ◦ blue 95

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

Shades of Cerise #DB405F

Tints of Cerise #DB405F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.13%

R = 57.94%
G = 16.93%
B = 25.13%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB405F (or 0xDB405F) is known color: Cerise. HEX triplet: DB, 40 and 5F. RGB value is (219,64,95). Sum of RGB (Red+Green+Blue) = 219+64+95=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 64 (25.39% from 255 or 16.93% from 378); Blue value is 95 (37.5% from 255 or 25.13% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB405F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB405F is #24BFA0. Grayscale: #717171. Windows color (decimal): -2408353 or 6242523. OLE color: 6242523.

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

Color convert

RGB 219 64 95 -
CMYK 0 0.71 0.57 0.14
HSL 348º 0.68% 0.55% -
HSV(B) 348º 0.71% 0.86% -
XYZ 33.11 19.55 12.86 -
YUV 113.88 117.35 202.98 -
System Red Green Blue C M Y K H S L
Decimal 219 64 95 0 0.71 0.57 0.14 348 0.68 0.55
Hex DB 40 5F 0 47 39 E 15C 44 37
Octal 333 100 137 0 107 71 16 534 104 67
Binary 11011011 1000000 1011111 0 1000111 111001 1110 101011100 1000100 110111

Color Harmonies of #DB405F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB405F

Black with #DB405F

Text Example


Text Example

White with #DB405F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB405F; }

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

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

background-color css

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

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

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

border-color css

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

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

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