Html Css Color HEX #D5495A Mandy

📋 copy color: '#D5495A'

red 213 ◦ green 73 ◦ blue 90

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

Shades of Mandy #D5495A

Tints of Mandy #D5495A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 23.94%

R = 56.65%
G = 19.41%
B = 23.94%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D5495A (or 0xD5495A) is known color: Mandy. HEX triplet: D5, 49 and 5A. RGB value is (213,73,90). Sum of RGB (Red+Green+Blue) = 213+73+90=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 73 (28.91% from 255 or 19.41% from 376); Blue value is 90 (35.55% from 255 or 23.94% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5495A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5495A is #2AB6A5. Grayscale: #747474. Windows color (decimal): -2799270 or 5917141. OLE color: 5917141.

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

Color convert

RGB 213 73 90 -
CMYK 0 0.66 0.58 0.16
HSL 352.71º 0.63% 0.56% -
HSV(B) 352.71º 0.66% 0.84% -
XYZ 31.67 19.65 11.8 -
YUV 116.8 112.88 196.62 -
System Red Green Blue C M Y K H S L
Decimal 213 73 90 0 0.66 0.58 0.16 352.71 0.63 0.56
Hex D5 49 5A 0 42 3A 10 161 3E 38
Octal 325 111 132 0 102 72 20 541 76 70
Binary 11010101 1001001 1011010 0 1000010 111010 10000 101100001 111110 111000

Color Harmonies of #D5495A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5495A

Black with #D5495A

Text Example


Text Example

White with #D5495A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5495A; }

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

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

background-color css

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

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

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

border-color css

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

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

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