Html Css Color HEX #D6545A Mandy

📋 copy color: '#D6545A'

red 214 ◦ green 84 ◦ blue 90

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

Shades of Mandy #D6545A

Tints of Mandy #D6545A

RGB

 RED value IS 214 (83.98% from 255) = 55.15%

 GREEN value IS 84 (33.2% from 255) = 21.65%

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

R = 55.15%
G = 21.65%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D6545A (or 0xD6545A) is known color: Mandy. HEX triplet: D6, 54 and 5A. RGB value is (214,84,90). Sum of RGB (Red+Green+Blue) = 214+84+90=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 84 (33.20% from 255 or 21.65% from 388); Blue value is 90 (35.55% from 255 or 23.20% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D6545A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6545A is #29ABA5. Grayscale: #7B7B7B. Windows color (decimal): -2730918 or 5919958. OLE color: 5919958.

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

Color convert

RGB 214 84 90 -
CMYK 0 0.61 0.58 0.16
HSL 357.23º 0.61% 0.58% -
HSV(B) 357.23º 0.61% 0.84% -
XYZ 32.75 21.37 12.07 -
YUV 123.55 109.07 192.51 -
System Red Green Blue C M Y K H S L
Decimal 214 84 90 0 0.61 0.58 0.16 357.23 0.61 0.58
Hex D6 54 5A 0 3D 3A 10 165 3D 3A
Octal 326 124 132 0 75 72 20 545 75 72
Binary 11010110 1010100 1011010 0 111101 111010 10000 101100101 111101 111010

Color Harmonies of #D6545A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6545A

Black with #D6545A

Text Example


Text Example

White with #D6545A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6545A; }

 p { color: rgb(214,84,90); }

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

background-color css

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

 a { background-color: rgb(214,84,90); }

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

border-color css

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

 span { border-color: rgb(214,84,90); }

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