Html Css Color HEX #D6545F Mandy

📋 copy color: '#D6545F'

red 214 ◦ green 84 ◦ blue 95

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

Shades of Mandy #D6545F

Tints of Mandy #D6545F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 24.17%

R = 54.45%
G = 21.37%
B = 24.17%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#D6545F (or 0xD6545F) is known color: Mandy. HEX triplet: D6, 54 and 5F. RGB value is (214,84,95). Sum of RGB (Red+Green+Blue) = 214+84+95=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 95 (37.5% from 255 or 24.17% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D6545F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D6545F is #29ABA0. Grayscale: #7C7C7C. Windows color (decimal): -2730913 or 6247638. OLE color: 6247638.

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

Color convert

RGB 214 84 95 -
CMYK 0 0.61 0.56 0.16
HSL 354.92º 0.61% 0.58% -
HSV(B) 354.92º 0.61% 0.84% -
XYZ 32.97 21.46 13.23 -
YUV 124.12 111.57 192.11 -
System Red Green Blue C M Y K H S L
Decimal 214 84 95 0 0.61 0.56 0.16 354.92 0.61 0.58
Hex D6 54 5F 0 3D 38 10 163 3D 3A
Octal 326 124 137 0 75 70 20 543 75 72
Binary 11010110 1010100 1011111 0 111101 111000 10000 101100011 111101 111010

Color Harmonies of #D6545F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6545F

Black with #D6545F

Text Example


Text Example

White with #D6545F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6545F; }

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

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

background-color css

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

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

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

border-color css

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

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

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