Html Css Color HEX #DB444F Mandy

📋 copy color: '#DB444F'

red 219 ◦ green 68 ◦ blue 79

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

Shades of Mandy #DB444F

Tints of Mandy #DB444F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.58%

R = 59.84%
G = 18.58%
B = 21.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB444F (or 0xDB444F) is known color: Mandy. HEX triplet: DB, 44 and 4F. RGB value is (219,68,79). Sum of RGB (Red+Green+Blue) = 219+68+79=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 79 (31.25% from 255 or 21.58% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB444F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB444F is #24BBB0. Grayscale: #727272. Windows color (decimal): -2407345 or 5194971. OLE color: 5194971.

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

Color convert

RGB 219 68 79 -
CMYK 0 0.69 0.64 0.14
HSL 355.63º 0.68% 0.56% -
HSV(B) 355.63º 0.69% 0.86% -
XYZ 32.69 19.76 9.49 -
YUV 114.4 108.03 202.61 -
System Red Green Blue C M Y K H S L
Decimal 219 68 79 0 0.69 0.64 0.14 355.63 0.68 0.56
Hex DB 44 4F 0 45 40 E 164 44 38
Octal 333 104 117 0 105 100 16 544 104 70
Binary 11011011 1000100 1001111 0 1000101 1000000 1110 101100100 1000100 111000

Color Harmonies of #DB444F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB444F

Black with #DB444F

Text Example


Text Example

White with #DB444F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB444F; }

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

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

background-color css

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

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

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

border-color css

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

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

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