Html Css Color HEX #D6474D Mandy

📋 copy color: '#D6474D'

red 214 ◦ green 71 ◦ blue 77

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

Shades of Mandy #D6474D

Tints of Mandy #D6474D

RGB

 RED value IS 214 (83.98% from 255) = 59.12%

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

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

R = 59.12%
G = 19.61%
B = 21.27%

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

#D6474D (or 0xD6474D) is known color: Mandy. HEX triplet: D6, 47 and 4D. RGB value is (214,71,77). Sum of RGB (Red+Green+Blue) = 214+71+77=362 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.12% from 362); Green value is 71 (28.12% from 255 or 19.61% from 362); Blue value is 77 (30.47% from 255 or 21.27% from 362); Max value from RGB is 214 - color contains mainly: red. Hex color #D6474D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6474D is #29B8B2. Grayscale: #727272. Windows color (decimal): -2734259 or 5064662. OLE color: 5064662.

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

Color convert

RGB 214 71 77 -
CMYK 0 0.67 0.64 0.16
HSL 357.48º 0.64% 0.56% -
HSV(B) 357.48º 0.67% 0.84% -
XYZ 31.32 19.34 9.1 -
YUV 114.44 106.88 199.01 -
System Red Green Blue C M Y K H S L
Decimal 214 71 77 0 0.67 0.64 0.16 357.48 0.64 0.56
Hex D6 47 4D 0 43 40 10 165 40 38
Octal 326 107 115 0 103 100 20 545 100 70
Binary 11010110 1000111 1001101 0 1000011 1000000 10000 101100101 1000000 111000

Color Harmonies of #D6474D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6474D

Black with #D6474D

Text Example


Text Example

White with #D6474D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6474D; }

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

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

background-color css

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

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

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

border-color css

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

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

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