Html Css Color HEX #D5495B Mandy

📋 copy color: '#D5495B'

red 213 ◦ green 73 ◦ blue 91

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

Shades of Mandy #D5495B

Tints of Mandy #D5495B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.14%

R = 56.5%
G = 19.36%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D5495B (or 0xD5495B) is known color: Mandy. HEX triplet: D5, 49 and 5B. RGB value is (213,73,91). Sum of RGB (Red+Green+Blue) = 213+73+91=377 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.50% from 377); Green value is 73 (28.91% from 255 or 19.36% from 377); Blue value is 91 (35.94% from 255 or 24.14% from 377); Max value from RGB is 213 - color contains mainly: red. Hex color #D5495B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D5495B is #2AB6A4. Grayscale: #747474. Windows color (decimal): -2799269 or 5982677. OLE color: 5982677.

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

Color convert

RGB 213 73 91 -
CMYK 0 0.66 0.57 0.16
HSL 352.29º 0.63% 0.56% -
HSV(B) 352.29º 0.66% 0.84% -
XYZ 31.71 19.67 12.02 -
YUV 116.91 113.38 196.54 -
System Red Green Blue C M Y K H S L
Decimal 213 73 91 0 0.66 0.57 0.16 352.29 0.63 0.56
Hex D5 49 5B 0 42 39 10 160 3E 38
Octal 325 111 133 0 102 71 20 540 76 70
Binary 11010101 1001001 1011011 0 1000010 111001 10000 101100000 111110 111000

Color Harmonies of #D5495B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5495B

Black with #D5495B

Text Example


Text Example

White with #D5495B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5495B; }

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

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

background-color css

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

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

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

border-color css

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

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

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