Html Css Color HEX #D5474E Mandy

📋 copy color: '#D5474E'

red 213 ◦ green 71 ◦ blue 78

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

Shades of Mandy #D5474E

Tints of Mandy #D5474E

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.61%

 BLUE value IS 78 (30.86% from 255) = 21.55%

R = 58.84%
G = 19.61%
B = 21.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.63

 K value IS 0.16

RGB Variations

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

Color information

#D5474E (or 0xD5474E) is known color: Mandy. HEX triplet: D5, 47 and 4E. RGB value is (213,71,78). Sum of RGB (Red+Green+Blue) = 213+71+78=362 (47% of max value = 765). Red value is 213 (83.59% from 255 or 58.84% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 78 (30.86% from 255 or 21.55% from 362); Max value from RGB is 213 - color contains mainly: red. Hex color #D5474E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5474E is #2AB8B1. Grayscale: #727272. Windows color (decimal): -2799794 or 5130197. OLE color: 5130197.

HSL color Cylindrical-coordinate representation of color #D5474E: hue angle of 357.04º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D5474E is Cyan = 0, Magento = 0.67, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 78 -
CMYK 0 0.67 0.63 0.16
HSL 357.04º 0.63% 0.56% -
HSV(B) 357.04º 0.67% 0.84% -
XYZ 31.07 19.2 9.28 -
YUV 114.26 107.54 198.43 -
System Red Green Blue C M Y K H S L
Decimal 213 71 78 0 0.67 0.63 0.16 357.04 0.63 0.56
Hex D5 47 4E 0 43 3F 10 165 3F 38
Octal 325 107 116 0 103 77 20 545 77 70
Binary 11010101 1000111 1001110 0 1000011 111111 10000 101100101 111111 111000

Color Harmonies of #D5474E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5474E

Black with #D5474E

Text Example


Text Example

White with #D5474E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5474E; }

 p { color: rgb(213,71,78); }

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

background-color css

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

 a { background-color: rgb(213,71,78); }

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

border-color css

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

 span { border-color: rgb(213,71,78); }

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