Html Css Color HEX #D8404A Mandy

📋 copy color: '#D8404A'

red 216 ◦ green 64 ◦ blue 74

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

Shades of Mandy #D8404A

Tints of Mandy #D8404A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.9%

R = 61.02%
G = 18.08%
B = 20.9%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.66

 K value IS 0.15

RGB Variations

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

Color information

#D8404A (or 0xD8404A) is known color: Mandy. HEX triplet: D8, 40 and 4A. RGB value is (216,64,74). Sum of RGB (Red+Green+Blue) = 216+64+74=354 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.02% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 74 (29.30% from 255 or 20.90% from 354); Max value from RGB is 216 - color contains mainly: red. Hex color #D8404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8404A is #27BFB5. Grayscale: #6E6E6E. Windows color (decimal): -2604982 or 4866264. OLE color: 4866264.

HSL color Cylindrical-coordinate representation of color #D8404A: hue angle of 356.05º 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 #D8404A is Cyan = 0, Magento = 0.70, Yellow = 0.66 and Black (K on CMYK) = 0.15.

Color convert

RGB 216 64 74 -
CMYK 0 0.70 0.66 0.15
HSL 356.05º 0.66% 0.55% -
HSV(B) 356.05º 0.7% 0.85% -
XYZ 31.39 18.76 8.45 -
YUV 110.59 107.36 203.19 -
System Red Green Blue C M Y K H S L
Decimal 216 64 74 0 0.70 0.66 0.15 356.05 0.66 0.55
Hex D8 40 4A 0 46 42 F 164 42 37
Octal 330 100 112 0 106 102 17 544 102 67
Binary 11011000 1000000 1001010 0 1000110 1000010 1111 101100100 1000010 110111

Color Harmonies of #D8404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8404A

Black with #D8404A

Text Example


Text Example

White with #D8404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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