Html Css Color HEX #D3495D Mandy

📋 copy color: '#D3495D'

red 211 ◦ green 73 ◦ blue 93

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

Shades of Mandy #D3495D

Tints of Mandy #D3495D

RGB

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

 GREEN value IS 73 (28.91% from 255) = 19.36%

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

R = 55.97%
G = 19.36%
B = 24.67%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.56

 K value IS 0.17

RGB Variations

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

Color information

#D3495D (or 0xD3495D) is known color: Mandy. HEX triplet: D3, 49 and 5D. RGB value is (211,73,93). Sum of RGB (Red+Green+Blue) = 211+73+93=377 (49% of max value = 765). Red value is 211 (82.81% from 255 or 55.97% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 211 - color contains mainly: red. Hex color #D3495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3495D is #2CB6A2. Grayscale: #747474. Windows color (decimal): -2930339 or 6113747. OLE color: 6113747.

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

Color convert

RGB 211 73 93 -
CMYK 0 0.65 0.56 0.17
HSL 351.3º 0.61% 0.56% -
HSV(B) 351.3º 0.65% 0.83% -
XYZ 31.22 19.4 12.46 -
YUV 116.54 114.72 195.37 -
System Red Green Blue C M Y K H S L
Decimal 211 73 93 0 0.65 0.56 0.17 351.3 0.61 0.56
Hex D3 49 5D 0 41 38 11 15F 3D 38
Octal 323 111 135 0 101 70 21 537 75 70
Binary 11010011 1001001 1011101 0 1000001 111000 10001 101011111 111101 111000

Color Harmonies of #D3495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3495D

Black with #D3495D

Text Example


Text Example

White with #D3495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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