Html Css Color HEX #D3474F Mandy

📋 copy color: '#D3474F'

red 211 ◦ green 71 ◦ blue 79

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

Shades of Mandy #D3474F

Tints of Mandy #D3474F

RGB

 RED value IS 211 (82.81% from 255) = 58.45%

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

 BLUE value IS 79 (31.25% from 255) = 21.88%

R = 58.45%
G = 19.67%
B = 21.88%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.63

 K value IS 0.17

RGB Variations

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

Color information

#D3474F (or 0xD3474F) is known color: Mandy. HEX triplet: D3, 47 and 4F. RGB value is (211,71,79). Sum of RGB (Red+Green+Blue) = 211+71+79=361 (47% of max value = 765). Red value is 211 (82.81% from 255 or 58.45% from 361); Green value is 71 (28.12% from 255 or 19.67% from 361); Blue value is 79 (31.25% from 255 or 21.88% from 361); Max value from RGB is 211 - color contains mainly: red. Hex color #D3474F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3474F is #2CB8B0. Grayscale: #717171. Windows color (decimal): -2930865 or 5195731. OLE color: 5195731.

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

Color convert

RGB 211 71 79 -
CMYK 0 0.66 0.63 0.17
HSL 356.57º 0.61% 0.55% -
HSV(B) 356.57º 0.66% 0.83% -
XYZ 30.53 18.92 9.44 -
YUV 113.77 108.38 197.35 -
System Red Green Blue C M Y K H S L
Decimal 211 71 79 0 0.66 0.63 0.17 356.57 0.61 0.55
Hex D3 47 4F 0 42 3F 11 165 3D 37
Octal 323 107 117 0 102 77 21 545 75 67
Binary 11010011 1000111 1001111 0 1000010 111111 10001 101100101 111101 110111

Color Harmonies of #D3474F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3474F

Black with #D3474F

Text Example


Text Example

White with #D3474F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3474F; }

 p { color: rgb(211,71,79); }

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

background-color css

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

 a { background-color: rgb(211,71,79); }

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

border-color css

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

 span { border-color: rgb(211,71,79); }

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