Html Css Color HEX #D8404D Mandy

📋 copy color: '#D8404D'

red 216 ◦ green 64 ◦ blue 77

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

Shades of Mandy #D8404D

Tints of Mandy #D8404D

RGB

 RED value IS 216 (84.77% from 255) = 60.5%

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

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

R = 60.5%
G = 17.93%
B = 21.57%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.64

 K value IS 0.15

RGB Variations

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

Color information

#D8404D (or 0xD8404D) is known color: Mandy. HEX triplet: D8, 40 and 4D. RGB value is (216,64,77). Sum of RGB (Red+Green+Blue) = 216+64+77=357 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.50% from 357); Green value is 64 (25.39% from 255 or 17.93% from 357); Blue value is 77 (30.47% from 255 or 21.57% from 357); Max value from RGB is 216 - color contains mainly: red. Hex color #D8404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D8404D is #27BFB2. Grayscale: #6F6F6F. Windows color (decimal): -2604979 or 5062872. OLE color: 5062872.

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

Color convert

RGB 216 64 77 -
CMYK 0 0.70 0.64 0.15
HSL 354.87º 0.66% 0.55% -
HSV(B) 354.87º 0.7% 0.85% -
XYZ 31.49 18.8 8.99 -
YUV 110.93 108.86 202.94 -
System Red Green Blue C M Y K H S L
Decimal 216 64 77 0 0.70 0.64 0.15 354.87 0.66 0.55
Hex D8 40 4D 0 46 40 F 163 42 37
Octal 330 100 115 0 106 100 17 543 102 67
Binary 11011000 1000000 1001101 0 1000110 1000000 1111 101100011 1000010 110111

Color Harmonies of #D8404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8404D

Black with #D8404D

Text Example


Text Example

White with #D8404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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