Html Css Color HEX #D4474D Mandy

📋 copy color: '#D4474D'

red 212 ◦ green 71 ◦ blue 77

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

Shades of Mandy #D4474D

Tints of Mandy #D4474D

RGB

 RED value IS 212 (83.2% from 255) = 58.89%

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

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

R = 58.89%
G = 19.72%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.64

 K value IS 0.17

RGB Variations

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

Color information

#D4474D (or 0xD4474D) is known color: Mandy. HEX triplet: D4, 47 and 4D. RGB value is (212,71,77). Sum of RGB (Red+Green+Blue) = 212+71+77=360 (47% of max value = 765). Red value is 212 (83.20% from 255 or 58.89% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 212 - color contains mainly: red. Hex color #D4474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D4474D is #2BB8B2. Grayscale: #717171. Windows color (decimal): -2865331 or 5064660. OLE color: 5064660.

HSL color Cylindrical-coordinate representation of color #D4474D: hue angle of 357.45º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D4474D is Cyan = 0, Magento = 0.67, Yellow = 0.64 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 71 77 -
CMYK 0 0.67 0.64 0.17
HSL 357.45º 0.62% 0.55% -
HSV(B) 357.45º 0.67% 0.83% -
XYZ 30.74 19.04 9.08 -
YUV 113.84 107.21 198.01 -
System Red Green Blue C M Y K H S L
Decimal 212 71 77 0 0.67 0.64 0.17 357.45 0.62 0.55
Hex D4 47 4D 0 43 40 11 165 3E 37
Octal 324 107 115 0 103 100 21 545 76 67
Binary 11010100 1000111 1001101 0 1000011 1000000 10001 101100101 111110 110111

Color Harmonies of #D4474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4474D

Black with #D4474D

Text Example


Text Example

White with #D4474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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