Html Css Color HEX #D5494A Mandy

📋 copy color: '#D5494A'

red 213 ◦ green 73 ◦ blue 74

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

Shades of Mandy #D5494A

Tints of Mandy #D5494A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 20.56%

R = 59.17%
G = 20.28%
B = 20.56%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#D5494A (or 0xD5494A) is known color: Mandy. HEX triplet: D5, 49 and 4A. RGB value is (213,73,74). Sum of RGB (Red+Green+Blue) = 213+73+74=360 (47% of max value = 765). Red value is 213 (83.59% from 255 or 59.17% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 74 (29.30% from 255 or 20.56% from 360); Max value from RGB is 213 - color contains mainly: red. Hex color #D5494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D5494A is #2AB6B5. Grayscale: #737373. Windows color (decimal): -2799286 or 4868565. OLE color: 4868565.

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

Color convert

RGB 213 73 74 -
CMYK 0 0.66 0.65 0.16
HSL 359.57º 0.63% 0.56% -
HSV(B) 359.57º 0.66% 0.84% -
XYZ 31.06 19.41 8.59 -
YUV 114.97 104.88 197.92 -
System Red Green Blue C M Y K H S L
Decimal 213 73 74 0 0.66 0.65 0.16 359.57 0.63 0.56
Hex D5 49 4A 0 42 41 10 168 3E 38
Octal 325 111 112 0 102 101 20 550 76 70
Binary 11010101 1001001 1001010 0 1000010 1000001 10000 101101000 111110 111000

Color Harmonies of #D5494A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5494A

Black with #D5494A

Text Example


Text Example

White with #D5494A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5494A; }

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

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

background-color css

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

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

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

border-color css

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

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

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