Html Css Color HEX #D6545B Mandy

📋 copy color: '#D6545B'

red 214 ◦ green 84 ◦ blue 91

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

Shades of Mandy #D6545B

Tints of Mandy #D6545B

RGB

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

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

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

R = 55.01%
G = 21.59%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.57

 K value IS 0.16

RGB Variations

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

Color information

#D6545B (or 0xD6545B) is known color: Mandy. HEX triplet: D6, 54 and 5B. RGB value is (214,84,91). Sum of RGB (Red+Green+Blue) = 214+84+91=389 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.01% from 389); Green value is 84 (33.20% from 255 or 21.59% from 389); Blue value is 91 (35.94% from 255 or 23.39% from 389); Max value from RGB is 214 - color contains mainly: red. Hex color #D6545B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6545B is #29ABA4. Grayscale: #7B7B7B. Windows color (decimal): -2730917 or 5985494. OLE color: 5985494.

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

Color convert

RGB 214 84 91 -
CMYK 0 0.61 0.57 0.16
HSL 356.77º 0.61% 0.58% -
HSV(B) 356.77º 0.61% 0.84% -
XYZ 32.79 21.39 12.3 -
YUV 123.67 109.57 192.43 -
System Red Green Blue C M Y K H S L
Decimal 214 84 91 0 0.61 0.57 0.16 356.77 0.61 0.58
Hex D6 54 5B 0 3D 39 10 165 3D 3A
Octal 326 124 133 0 75 71 20 545 75 72
Binary 11010110 1010100 1011011 0 111101 111001 10000 101100101 111101 111010

Color Harmonies of #D6545B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6545B

Black with #D6545B

Text Example


Text Example

White with #D6545B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6545B; }

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

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

background-color css

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

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

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

border-color css

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

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

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