Html Css Color HEX #D3495F Mandy

📋 copy color: '#D3495F'

red 211 ◦ green 73 ◦ blue 95

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

Shades of Mandy #D3495F

Tints of Mandy #D3495F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 25.07%

R = 55.67%
G = 19.26%
B = 25.07%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.55

 K value IS 0.17

RGB Variations

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

Color information

#D3495F (or 0xD3495F) is known color: Mandy. HEX triplet: D3, 49 and 5F. RGB value is (211,73,95). Sum of RGB (Red+Green+Blue) = 211+73+95=379 (50% of max value = 765). Red value is 211 (82.81% from 255 or 55.67% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 211 - color contains mainly: red. Hex color #D3495F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D3495F is #2CB6A0. Grayscale: #747474. Windows color (decimal): -2930337 or 6244819. OLE color: 6244819.

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

Color convert

RGB 211 73 95 -
CMYK 0 0.65 0.55 0.17
HSL 350.43º 0.61% 0.56% -
HSV(B) 350.43º 0.65% 0.83% -
XYZ 31.31 19.44 12.93 -
YUV 116.77 115.72 195.21 -
System Red Green Blue C M Y K H S L
Decimal 211 73 95 0 0.65 0.55 0.17 350.43 0.61 0.56
Hex D3 49 5F 0 41 37 11 15E 3D 38
Octal 323 111 137 0 101 67 21 536 75 70
Binary 11010011 1001001 1011111 0 1000001 110111 10001 101011110 111101 111000

Color Harmonies of #D3495F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D3495F

Black with #D3495F

Text Example


Text Example

White with #D3495F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D3495F; }

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

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

background-color css

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

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

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

border-color css

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

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

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