Html Css Color HEX #DB414F Mandy

📋 copy color: '#DB414F'

red 219 ◦ green 65 ◦ blue 79

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

Shades of Mandy #DB414F

Tints of Mandy #DB414F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.91%

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

R = 60.33%
G = 17.91%
B = 21.76%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.14

RGB Variations

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

Color information

#DB414F (or 0xDB414F) is known color: Mandy. HEX triplet: DB, 41 and 4F. RGB value is (219,65,79). Sum of RGB (Red+Green+Blue) = 219+65+79=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 65 (25.78% from 255 or 17.91% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB414F is #24BEB0. Grayscale: #707070. Windows color (decimal): -2408113 or 5194203. OLE color: 5194203.

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

Color convert

RGB 219 65 79 -
CMYK 0 0.70 0.64 0.14
HSL 354.55º 0.68% 0.56% -
HSV(B) 354.55º 0.7% 0.86% -
XYZ 32.52 19.41 9.43 -
YUV 112.64 109.02 203.86 -
System Red Green Blue C M Y K H S L
Decimal 219 65 79 0 0.70 0.64 0.14 354.55 0.68 0.56
Hex DB 41 4F 0 46 40 E 163 44 38
Octal 333 101 117 0 106 100 16 543 104 70
Binary 11011011 1000001 1001111 0 1000110 1000000 1110 101100011 1000100 111000

Color Harmonies of #DB414F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB414F

Black with #DB414F

Text Example


Text Example

White with #DB414F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB414F; }

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

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

background-color css

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

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

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

border-color css

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

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

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