Html Css Color HEX #D8404C Mandy

📋 copy color: '#D8404C'

red 216 ◦ green 64 ◦ blue 76

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

Shades of Mandy #D8404C

Tints of Mandy #D8404C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 21.35%

R = 60.67%
G = 17.98%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.15

RGB Variations

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

Color information

#D8404C (or 0xD8404C) is known color: Mandy. HEX triplet: D8, 40 and 4C. RGB value is (216,64,76). Sum of RGB (Red+Green+Blue) = 216+64+76=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 64 (25.39% from 255 or 17.98% from 356); Blue value is 76 (30.08% from 255 or 21.35% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8404C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8404C is #27BFB3. Grayscale: #6E6E6E. Windows color (decimal): -2604980 or 4997336. OLE color: 4997336.

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

Color convert

RGB 216 64 76 -
CMYK 0 0.70 0.65 0.15
HSL 355.26º 0.66% 0.55% -
HSV(B) 355.26º 0.7% 0.85% -
XYZ 31.46 18.79 8.81 -
YUV 110.82 108.36 203.02 -
System Red Green Blue C M Y K H S L
Decimal 216 64 76 0 0.70 0.65 0.15 355.26 0.66 0.55
Hex D8 40 4C 0 46 41 F 163 42 37
Octal 330 100 114 0 106 101 17 543 102 67
Binary 11011000 1000000 1001100 0 1000110 1000001 1111 101100011 1000010 110111

Color Harmonies of #D8404C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8404C

Black with #D8404C

Text Example


Text Example

White with #D8404C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8404C; }

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

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

background-color css

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

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

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

border-color css

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

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

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