Html Css Color HEX #DB445F Cerise

📋 copy color: '#DB445F'

red 219 ◦ green 68 ◦ blue 95

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

Shades of Cerise #DB445F

Tints of Cerise #DB445F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.8%

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

R = 57.33%
G = 17.8%
B = 24.87%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#DB445F (or 0xDB445F) is known color: Cerise. HEX triplet: DB, 44 and 5F. RGB value is (219,68,95). Sum of RGB (Red+Green+Blue) = 219+68+95=382 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.33% from 382); Green value is 68 (26.95% from 255 or 17.80% from 382); Blue value is 95 (37.5% from 255 or 24.87% from 382); Max value from RGB is 219 - color contains mainly: red. Hex color #DB445F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB445F is #24BBA0. Grayscale: #747474. Windows color (decimal): -2407329 or 6243547. OLE color: 6243547.

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

Color convert

RGB 219 68 95 -
CMYK 0 0.69 0.57 0.14
HSL 349.27º 0.68% 0.56% -
HSV(B) 349.27º 0.69% 0.86% -
XYZ 33.35 20.02 12.93 -
YUV 116.23 116.03 201.3 -
System Red Green Blue C M Y K H S L
Decimal 219 68 95 0 0.69 0.57 0.14 349.27 0.68 0.56
Hex DB 44 5F 0 45 39 E 15D 44 38
Octal 333 104 137 0 105 71 16 535 104 70
Binary 11011011 1000100 1011111 0 1000101 111001 1110 101011101 1000100 111000

Color Harmonies of #DB445F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB445F

Black with #DB445F

Text Example


Text Example

White with #DB445F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB445F; }

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

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

background-color css

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

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

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

border-color css

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

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

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