Html Css Color HEX #D3495B Mandy

📋 copy color: '#D3495B'

red 211 ◦ green 73 ◦ blue 91

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

Shades of Mandy #D3495B

Tints of Mandy #D3495B

RGB

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

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

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

R = 56.27%
G = 19.47%
B = 24.27%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.57

 K value IS 0.17

RGB Variations

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

Color information

#D3495B (or 0xD3495B) is known color: Mandy. HEX triplet: D3, 49 and 5B. RGB value is (211,73,91). Sum of RGB (Red+Green+Blue) = 211+73+91=375 (49% of max value = 765). Red value is 211 (82.81% from 255 or 56.27% from 375); Green value is 73 (28.91% from 255 or 19.47% from 375); Blue value is 91 (35.94% from 255 or 24.27% from 375); Max value from RGB is 211 - color contains mainly: red. Hex color #D3495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3495B is #2CB6A4. Grayscale: #747474. Windows color (decimal): -2930341 or 5982675. OLE color: 5982675.

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

Color convert

RGB 211 73 91 -
CMYK 0 0.65 0.57 0.17
HSL 352.17º 0.61% 0.56% -
HSV(B) 352.17º 0.65% 0.83% -
XYZ 31.13 19.37 12 -
YUV 116.31 113.72 195.54 -
System Red Green Blue C M Y K H S L
Decimal 211 73 91 0 0.65 0.57 0.17 352.17 0.61 0.56
Hex D3 49 5B 0 41 39 11 160 3D 38
Octal 323 111 133 0 101 71 21 540 75 70
Binary 11010011 1001001 1011011 0 1000001 111001 10001 101100000 111101 111000

Color Harmonies of #D3495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3495B

Black with #D3495B

Text Example


Text Example

White with #D3495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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