Html Css Color HEX #D6404D Mandy

📋 copy color: '#D6404D'

red 214 ◦ green 64 ◦ blue 77

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

Shades of Mandy #D6404D

Tints of Mandy #D6404D

RGB

 RED value IS 214 (83.98% from 255) = 60.28%

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

 BLUE value IS 77 (30.47% from 255) = 21.69%

R = 60.28%
G = 18.03%
B = 21.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D6404D (or 0xD6404D) is known color: Mandy. HEX triplet: D6, 40 and 4D. RGB value is (214,64,77). Sum of RGB (Red+Green+Blue) = 214+64+77=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 64 (25.39% from 255 or 18.03% from 355); Blue value is 77 (30.47% from 255 or 21.69% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6404D is #29BFB2. Grayscale: #6E6E6E. Windows color (decimal): -2736051 or 5062870. OLE color: 5062870.

HSL color Cylindrical-coordinate representation of color #D6404D: hue angle of 354.8º degrees, saturation: 0.65, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D6404D is Cyan = 0, Magento = 0.70, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 64 77 -
CMYK 0 0.70 0.64 0.16
HSL 354.8º 0.65% 0.55% -
HSV(B) 354.8º 0.7% 0.84% -
XYZ 30.9 18.5 8.96 -
YUV 110.33 109.2 201.94 -
System Red Green Blue C M Y K H S L
Decimal 214 64 77 0 0.70 0.64 0.16 354.8 0.65 0.55
Hex D6 40 4D 0 46 40 10 163 41 37
Octal 326 100 115 0 106 100 20 543 101 67
Binary 11010110 1000000 1001101 0 1000110 1000000 10000 101100011 1000001 110111

Color Harmonies of #D6404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6404D

Black with #D6404D

Text Example


Text Example

White with #D6404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6404D; }

 p { color: rgb(214,64,77); }

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

background-color css

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

 a { background-color: rgb(214,64,77); }

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

border-color css

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

 span { border-color: rgb(214,64,77); }

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