Html Css Color HEX #D5404D Mandy

📋 copy color: '#D5404D'

red 213 ◦ green 64 ◦ blue 77

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

Shades of Mandy #D5404D

Tints of Mandy #D5404D

RGB

 RED value IS 213 (83.59% from 255) = 60.17%

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

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

R = 60.17%
G = 18.08%
B = 21.75%

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

#D5404D (or 0xD5404D) is known color: Mandy. HEX triplet: D5, 40 and 4D. RGB value is (213,64,77). Sum of RGB (Red+Green+Blue) = 213+64+77=354 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.17% from 354); Green value is 64 (25.39% from 255 or 18.08% from 354); Blue value is 77 (30.47% from 255 or 21.75% from 354); Max value from RGB is 213 - color contains mainly: red. Hex color #D5404D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5404D is #2ABFB2. Grayscale: #6E6E6E. Windows color (decimal): -2801587 or 5062869. OLE color: 5062869.

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

Color convert

RGB 213 64 77 -
CMYK 0 0.70 0.64 0.16
HSL 354.77º 0.64% 0.54% -
HSV(B) 354.77º 0.7% 0.84% -
XYZ 30.61 18.35 8.95 -
YUV 110.03 109.36 201.44 -
System Red Green Blue C M Y K H S L
Decimal 213 64 77 0 0.70 0.64 0.16 354.77 0.64 0.54
Hex D5 40 4D 0 46 40 10 163 40 36
Octal 325 100 115 0 106 100 20 543 100 66
Binary 11010101 1000000 1001101 0 1000110 1000000 10000 101100011 1000000 110110

Color Harmonies of #D5404D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5404D

Black with #D5404D

Text Example


Text Example

White with #D5404D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5404D; }

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

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

background-color css

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

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

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

border-color css

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

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

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