Html Css Color HEX #D5495E Mandy

📋 copy color: '#D5495E'

red 213 ◦ green 73 ◦ blue 94

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

Shades of Mandy #D5495E

Tints of Mandy #D5495E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 24.74%

R = 56.05%
G = 19.21%
B = 24.74%

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

#D5495E (or 0xD5495E) is known color: Mandy. HEX triplet: D5, 49 and 5E. RGB value is (213,73,94). Sum of RGB (Red+Green+Blue) = 213+73+94=380 (50% of max value = 765). Red value is 213 (83.59% from 255 or 56.05% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 94 (37.11% from 255 or 24.74% from 380); Max value from RGB is 213 - color contains mainly: red. Hex color #D5495E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5495E is #2AB6A1. Grayscale: #757575. Windows color (decimal): -2799266 or 6179285. OLE color: 6179285.

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

Color convert

RGB 213 73 94 -
CMYK 0 0.66 0.56 0.16
HSL 351º 0.63% 0.56% -
HSV(B) 351º 0.66% 0.84% -
XYZ 31.84 19.72 12.72 -
YUV 117.25 114.88 196.29 -
System Red Green Blue C M Y K H S L
Decimal 213 73 94 0 0.66 0.56 0.16 351 0.63 0.56
Hex D5 49 5E 0 42 38 10 15F 3E 38
Octal 325 111 136 0 102 70 20 537 76 70
Binary 11010101 1001001 1011110 0 1000010 111000 10000 101011111 111110 111000

Color Harmonies of #D5495E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5495E

Black with #D5495E

Text Example


Text Example

White with #D5495E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5495E; }

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

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

background-color css

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

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

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

border-color css

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

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

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