Html Css Color HEX #D6475B Mandy

📋 copy color: '#D6475B'

red 214 ◦ green 71 ◦ blue 91

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

Shades of Mandy #D6475B

Tints of Mandy #D6475B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.2%

R = 56.91%
G = 18.88%
B = 24.2%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6475B (or 0xD6475B) is known color: Mandy. HEX triplet: D6, 47 and 5B. RGB value is (214,71,91). Sum of RGB (Red+Green+Blue) = 214+71+91=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 91 (35.94% from 255 or 24.20% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D6475B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D6475B is #29B8A4. Grayscale: #747474. Windows color (decimal): -2734245 or 5982166. OLE color: 5982166.

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

Color convert

RGB 214 71 91 -
CMYK 0 0.67 0.57 0.16
HSL 351.61º 0.64% 0.56% -
HSV(B) 351.61º 0.67% 0.84% -
XYZ 31.87 19.56 11.99 -
YUV 116.04 113.88 197.87 -
System Red Green Blue C M Y K H S L
Decimal 214 71 91 0 0.67 0.57 0.16 351.61 0.64 0.56
Hex D6 47 5B 0 43 39 10 160 40 38
Octal 326 107 133 0 103 71 20 540 100 70
Binary 11010110 1000111 1011011 0 1000011 111001 10000 101100000 1000000 111000

Color Harmonies of #D6475B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6475B

Black with #D6475B

Text Example


Text Example

White with #D6475B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6475B; }

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

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

background-color css

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

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

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

border-color css

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

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

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