Html Css Color HEX #D5495D Mandy

📋 copy color: '#D5495D'

red 213 ◦ green 73 ◦ blue 93

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

Shades of Mandy #D5495D

Tints of Mandy #D5495D

RGB

 RED value IS 213 (83.59% from 255) = 56.2%

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

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

R = 56.2%
G = 19.26%
B = 24.54%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D5495D (or 0xD5495D) is known color: Mandy. HEX triplet: D5, 49 and 5D. RGB value is (213,73,93). Sum of RGB (Red+Green+Blue) = 213+73+93=379 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.20% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 93 (36.72% from 255 or 24.54% from 379); Max value from RGB is 213 - color contains mainly: red. Hex color #D5495D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5495D is #2AB6A2. Grayscale: #757575. Windows color (decimal): -2799267 or 6113749. OLE color: 6113749.

HSL color Cylindrical-coordinate representation of color #D5495D: hue angle of 351.43º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #D5495D is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 73 93 -
CMYK 0 0.66 0.56 0.16
HSL 351.43º 0.63% 0.56% -
HSV(B) 351.43º 0.66% 0.84% -
XYZ 31.8 19.7 12.48 -
YUV 117.14 114.38 196.37 -
System Red Green Blue C M Y K H S L
Decimal 213 73 93 0 0.66 0.56 0.16 351.43 0.63 0.56
Hex D5 49 5D 0 42 38 10 15F 3E 38
Octal 325 111 135 0 102 70 20 537 76 70
Binary 11010101 1001001 1011101 0 1000010 111000 10000 101011111 111110 111000

Color Harmonies of #D5495D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5495D

Black with #D5495D

Text Example


Text Example

White with #D5495D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5495D; }

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

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

background-color css

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

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

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

border-color css

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

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

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