Html Css Color HEX #D6474A Mandy

📋 copy color: '#D6474A'

red 214 ◦ green 71 ◦ blue 74

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

Shades of Mandy #D6474A

Tints of Mandy #D6474A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.61%

R = 59.61%
G = 19.78%
B = 20.61%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D6474A (or 0xD6474A) is known color: Mandy. HEX triplet: D6, 47 and 4A. RGB value is (214,71,74). Sum of RGB (Red+Green+Blue) = 214+71+74=359 (47% of max value = 765). Red value is 214 (83.98% from 255 or 59.61% from 359); Green value is 71 (28.12% from 255 or 19.78% from 359); Blue value is 74 (29.30% from 255 or 20.61% from 359); Max value from RGB is 214 - color contains mainly: red. Hex color #D6474A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6474A is #29B8B5. Grayscale: #727272. Windows color (decimal): -2734262 or 4868054. OLE color: 4868054.

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

Color convert

RGB 214 71 74 -
CMYK 0 0.67 0.65 0.16
HSL 358.74º 0.64% 0.56% -
HSV(B) 358.74º 0.67% 0.84% -
XYZ 31.22 19.3 8.56 -
YUV 114.1 105.38 199.26 -
System Red Green Blue C M Y K H S L
Decimal 214 71 74 0 0.67 0.65 0.16 358.74 0.64 0.56
Hex D6 47 4A 0 43 41 10 167 40 38
Octal 326 107 112 0 103 101 20 547 100 70
Binary 11010110 1000111 1001010 0 1000011 1000001 10000 101100111 1000000 111000

Color Harmonies of #D6474A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6474A

Black with #D6474A

Text Example


Text Example

White with #D6474A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6474A; }

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

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

background-color css

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

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

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

border-color css

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

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

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