Html Css Color HEX #D5474D Mandy

📋 copy color: '#D5474D'

red 213 ◦ green 71 ◦ blue 77

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

Shades of Mandy #D5474D

Tints of Mandy #D5474D

RGB

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

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

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

R = 59%
G = 19.67%
B = 21.33%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#D5474D (or 0xD5474D) is known color: Mandy. HEX triplet: D5, 47 and 4D. RGB value is (213,71,77). Sum of RGB (Red+Green+Blue) = 213+71+77=361 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.00% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 77 (30.47% from 255 or 21.33% from 361); Max value from RGB is 213 - color contains mainly: red. Hex color #D5474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5474D is #2AB8B2. Grayscale: #727272. Windows color (decimal): -2799795 or 5064661. OLE color: 5064661.

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

Color convert

RGB 213 71 77 -
CMYK 0 0.67 0.64 0.16
HSL 357.46º 0.63% 0.56% -
HSV(B) 357.46º 0.67% 0.84% -
XYZ 31.03 19.19 9.09 -
YUV 114.14 107.04 198.51 -
System Red Green Blue C M Y K H S L
Decimal 213 71 77 0 0.67 0.64 0.16 357.46 0.63 0.56
Hex D5 47 4D 0 43 40 10 165 3F 38
Octal 325 107 115 0 103 100 20 545 77 70
Binary 11010101 1000111 1001101 0 1000011 1000000 10000 101100101 111111 111000

Color Harmonies of #D5474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5474D

Black with #D5474D

Text Example


Text Example

White with #D5474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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