Html Css Color HEX #D3475D Mandy

📋 copy color: '#D3475D'

red 211 ◦ green 71 ◦ blue 93

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

Shades of Mandy #D3475D

Tints of Mandy #D3475D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 24.8%

R = 56.27%
G = 18.93%
B = 24.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3475D (or 0xD3475D) is known color: Mandy. HEX triplet: D3, 47 and 5D. RGB value is (211,71,93). Sum of RGB (Red+Green+Blue) = 211+71+93=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 71 (28.12% from 255 or 18.93% from 375); Blue value is 93 (36.72% from 255 or 24.8% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3475D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3475D is #2CB8A2. Grayscale: #737373. Windows color (decimal): -2930851 or 6113235. OLE color: 6113235.

HSL color Cylindrical-coordinate representation of color #D3475D: hue angle of 350.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 #D3475D is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 71 93 -
CMYK 0 0.66 0.56 0.17
HSL 350.57º 0.61% 0.55% -
HSV(B) 350.57º 0.66% 0.83% -
XYZ 31.09 19.15 12.41 -
YUV 115.37 115.38 196.21 -
System Red Green Blue C M Y K H S L
Decimal 211 71 93 0 0.66 0.56 0.17 350.57 0.61 0.55
Hex D3 47 5D 0 42 38 11 15F 3D 37
Octal 323 107 135 0 102 70 21 537 75 67
Binary 11010011 1000111 1011101 0 1000010 111000 10001 101011111 111101 110111

Color Harmonies of #D3475D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3475D

Black with #D3475D

Text Example


Text Example

White with #D3475D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3475D; }

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

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

background-color css

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

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

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

border-color css

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

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

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