Html Css Color HEX #D5474F Mandy

📋 copy color: '#D5474F'

red 213 ◦ green 71 ◦ blue 79

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

Shades of Mandy #D5474F

Tints of Mandy #D5474F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 21.76%

R = 58.68%
G = 19.56%
B = 21.76%

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

#D5474F (or 0xD5474F) is known color: Mandy. HEX triplet: D5, 47 and 4F. RGB value is (213,71,79). Sum of RGB (Red+Green+Blue) = 213+71+79=363 (48% of max value = 765). Red value is 213 (83.59% from 255 or 58.68% from 363); Green value is 71 (28.12% from 255 or 19.56% from 363); Blue value is 79 (31.25% from 255 or 21.76% from 363); Max value from RGB is 213 - color contains mainly: red. Hex color #D5474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5474F is #2AB8B0. Grayscale: #727272. Windows color (decimal): -2799793 or 5195733. OLE color: 5195733.

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

Color convert

RGB 213 71 79 -
CMYK 0 0.67 0.63 0.16
HSL 356.62º 0.63% 0.56% -
HSV(B) 356.62º 0.67% 0.84% -
XYZ 31.11 19.22 9.47 -
YUV 114.37 108.04 198.35 -
System Red Green Blue C M Y K H S L
Decimal 213 71 79 0 0.67 0.63 0.16 356.62 0.63 0.56
Hex D5 47 4F 0 43 3F 10 165 3F 38
Octal 325 107 117 0 103 77 20 545 77 70
Binary 11010101 1000111 1001111 0 1000011 111111 10000 101100101 111111 111000

Color Harmonies of #D5474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5474F

Black with #D5474F

Text Example


Text Example

White with #D5474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5474F; }

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

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

background-color css

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

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

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

border-color css

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

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

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