Html Css Color HEX #D5404A Mandy

📋 copy color: '#D5404A'

red 213 ◦ green 64 ◦ blue 74

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

Shades of Mandy #D5404A

Tints of Mandy #D5404A

RGB

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

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

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

R = 60.68%
G = 18.23%
B = 21.08%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5404A (or 0xD5404A) is known color: Mandy. HEX triplet: D5, 40 and 4A. RGB value is (213,64,74). Sum of RGB (Red+Green+Blue) = 213+64+74=351 (46% of max value = 765). Red value is 213 (83.59% from 255 or 60.68% from 351); Green value is 64 (25.39% from 255 or 18.23% from 351); Blue value is 74 (29.30% from 255 or 21.08% from 351); Max value from RGB is 213 - color contains mainly: red. Hex color #D5404A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5404A is #2ABFB5. Grayscale: #6D6D6D. Windows color (decimal): -2801590 or 4866261. OLE color: 4866261.

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

Color convert

RGB 213 64 74 -
CMYK 0 0.70 0.65 0.16
HSL 355.97º 0.64% 0.54% -
HSV(B) 355.97º 0.7% 0.84% -
XYZ 30.51 18.31 8.4 -
YUV 109.69 107.86 201.69 -
System Red Green Blue C M Y K H S L
Decimal 213 64 74 0 0.70 0.65 0.16 355.97 0.64 0.54
Hex D5 40 4A 0 46 41 10 164 40 36
Octal 325 100 112 0 106 101 20 544 100 66
Binary 11010101 1000000 1001010 0 1000110 1000001 10000 101100100 1000000 110110

Color Harmonies of #D5404A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5404A

Black with #D5404A

Text Example


Text Example

White with #D5404A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5404A; }

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

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

background-color css

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

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

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

border-color css

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

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

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